'宣言 Public Function AddCellRange( _ ByVal row As System.Integer, _ ByVal col As System.Integer, _ ByVal row2 As System.Nullable(Of Integer), _ ByVal col2 As System.Nullable(Of Integer) _ ) As CellRangeFactory
public CellRangeFactory AddCellRange( System.int row, System.int col, System.Nullable<int> row2, System.Nullable<int> col2 )
パラメータ
- row
- The start row index
- col
- The start column index
- row2
- The end row index
- col2
- The end column index