GridPadCellsExt extension

on

Methods

firstColumn(GridPadPlacementPolicy placementPolicy) int
Returns the first column index for a specific grid, depends on the placementPolicy.
firstRow(GridPadPlacementPolicy placementPolicy) int
Returns the first row index for a specific grid, depends on the placementPolicy.
isColumnOutsideOfGrid(int column, int columnSpan, GridPadSpanAnchor anchor) bool
Checks if the column with the span = columnSpan and specific anchor is outside the defined grid.
isRowOutsideOfGrid(int row, int rowSpan, GridPadSpanAnchor anchor) bool
Checks if the row with the span = rowSpan and specific anchor is outside the defined grid.