[]
Initializes a new instance of the SheetCellRange class.
public SheetCellRange(SheetView sheetView, int row, int column, int rowCount, int columnCount)
Public Sub New(sheetView As SheetView, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
SheetView | sheetView | The sheet view. |
int | row | The row. |
int | column | The column. |
int | rowCount | The row count. |
int | columnCount | The column count. |
Initializes a new instance of the SheetCellRange class.
public SheetCellRange(string sheetName, int row, int column, int rowCount, int columnCount)
Public Sub New(sheetName As String, row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)