'Declaration
Public Function AddCellRange( _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal row2 As Nullable(Of Integer), _ ByVal col2 As Nullable(Of Integer) _ ) As CellRangeFactory
public CellRangeFactory AddCellRange( int row, int col, Nullable<int> row2, Nullable<int> col2 )
Parameters
- row
- The start row index
- col
- The start column index
- row2
- The end row index
- col2
- The end column index