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 the placementPolicy.
firstRow(GridPadPlacementPolicy placementPolicy) int

Available on GridPadCells, provided by the GridPadCellsExt extension

Returns the first row index for a specific grid, depends on the placementPolicy.
isColumnOutsideOfGrid(int column, int columnSpan, GridPadSpanAnchor anchor) bool

Available on GridPadCells, provided by the GridPadCellsExt extension

Checks if the column with the span = columnSpan and specific anchor is outside the defined grid.
isRowOutsideOfGrid(int row, int rowSpan, GridPadSpanAnchor anchor) bool

Available on GridPadCells, provided by the GridPadCellsExt extension

Checks if the row with the span = rowSpan and specific anchor is outside the defined grid.