GridCellArea

GridCellArea()

Создать область ячеек.

public GridCellArea()

Смотрите также


GridCellArea(int, int, int, int)

Создать область ячеек.

public GridCellArea(int startRow, int startColumn, int endRow, int endColumn)
ПараметрТипОписание
startRowInt32Стартовый ряд.
startColumnInt32Стартовая колонка.
endRowInt32Конечный ряд.
endColumnInt32Конечный столбец.

Смотрите также