[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Data.MapperInfo.-ctor

MapperInfo Constructor

MapperInfo()

Initializes a new instance of the MapperInfo class.

Declaration
public MapperInfo()
Public Sub New()

MapperInfo(int, int, int, int)

Initializes a new instance of the MapperInfo class.

Declaration
public MapperInfo(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

int column

Column index

int rowCount

Number of rows

int columnCount

Number of columns