'宣言 Public Function New( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal rowsCount As System.Integer, _ ByVal columnsCount As System.Integer _ )
public GridControlRange( System.int row, System.int column, System.int rowsCount, System.int columnsCount )
パラメータ
- row
- 開始行。
- column
- 開始列。
- rowsCount
- 行の数。
- columnsCount
- 列の数。