Number
Number
Number
Number
Number
Number
Grid
Grid
Grid
Grid
Grid
Grid
Number
Get the Column
Kind: Instance method of Grid
Returns: Number
- the KEY_COLUMN value
Number
Get the ColumnSpan
Kind: Instance method of Grid
Returns: Number
- the KEY_COLUMN_SPAN value
Number
Get the Level
Kind: Instance method of Grid
Returns: Number
- the KEY_LEVEL value
Number
Get the LevelSpan
Kind: Instance method of Grid
Returns: Number
- the KEY_LEVEL_SPAN value
Number
Get the Row
Kind: Instance method of Grid
Returns: Number
- the KEY_ROW value
Number
Get the RowSpan
Kind: Instance method of Grid
Returns: Number
- the KEY_ROW_SPAN value
Grid
Set the Column
Kind: Instance method of Grid
Returns: Grid
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
col | Number |
The desired Column. {'num_min_value': -1, 'num_max_value': 100} |
Grid
Set the ColumnSpan
Kind: Instance method of Grid
Returns: Grid
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
colspan | Number |
The desired ColumnSpan. {'default_value': 1, 'num_min_value': 1, 'num_max_value': 100} |
Grid
Set the Level
Kind: Instance method of Grid
Returns: Grid
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
level | Number |
The desired Level. {'default_value': 0, 'num_min_value': -1, 'num_max_value': 100} |
Grid
Set the LevelSpan
Kind: Instance method of Grid
Returns: Grid
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
levelspan | Number |
The desired LevelSpan. {'default_value': 1, 'num_min_value': 1, 'num_max_value': 100} |