GridSubGrids

Properties

3

Common

subGrids: Object<String, SubGrid>readonly

An object containing the SubGrid region instances, indexed by subGrid id ('locked', normal'...)

Class hierarchy

isGridSubGrids: Boolean= truereadonly
Identifies an object as an instance of GridSubGrids class, or subclass thereof.
isGridSubGrids: Boolean= truereadonlystatic
Identifies an object as an instance of GridSubGrids class, or subclass thereof.

Functions

2

Returns the subGrid for the specified region.

ParameterTypeDescription
regionString

Region, eg. locked or normal (per default)

Returns: SubGrid -

A subGrid

Get the SubGrid that contains specified column

ParameterTypeDescription
columnString | Column

Column "name" or column object

Returns: SubGrid