[]
Creates a range of cells.
public CellRange(int row, int column, int rowCount, int columnCount)
Public Sub New(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | row | Row index of first cell in the range |
int | column | Column index of first cell in the range |
int | rowCount | Number of rows in the range |
int | columnCount | Number of columns in the range |
Creates a new range of cells from serialization.
protected CellRange(SerializationInfo info, StreamingContext c)
Protected Sub New(info As SerializationInfo, c As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | SerializationInfo |
StreamingContext | c | StreamingContext |