GridPadCellsExt extension
- on
Methods
-
firstColumn(
GridPadPlacementPolicy placementPolicy) → int -
Available on GridPadCells, provided by the GridPadCellsExt extension
Returns the first column index for a specific grid, depends on theplacementPolicy
. -
firstRow(
GridPadPlacementPolicy placementPolicy) → int -
Available on GridPadCells, provided by the GridPadCellsExt extension
Returns the first row index for a specific grid, depends on theplacementPolicy
. -
isColumnOutsideOfGrid(
int column, int columnSpan, GridPadSpanAnchor anchor) → bool -
Available on GridPadCells, provided by the GridPadCellsExt extension
Checks if thecolumn
with the span =columnSpan
and specificanchor
is outside the defined grid. -
isRowOutsideOfGrid(
int row, int rowSpan, GridPadSpanAnchor anchor) → bool -
Available on GridPadCells, provided by the GridPadCellsExt extension
Checks if therow
with the span =rowSpan
and specificanchor
is outside the defined grid.