[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.CellRange.-ctor

CellRange Constructor

CellRange(int, int, int, int)

Creates a range of cells.

Declaration
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)
Parameters
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

CellRange(SerializationInfo, StreamingContext)

Creates a new range of cells from serialization.

Declaration
protected CellRange(SerializationInfo info, StreamingContext c)
Protected Sub New(info As SerializationInfo, c As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

SerializationInfo

StreamingContext c

StreamingContext