GridCellArea.GridCellArea

GridCellArea()

Creat a cell area.

public GridCellArea()

See Also


GridCellArea(int, int, int, int)

Creat a cell area.

public GridCellArea(int startRow, int startColumn, int endRow, int endColumn)
ParameterTypeDescription
startRowInt32The start row.
startColumnInt32The start column.
endRowInt32The end row.
endColumnInt32The end column.

See Also