[]
        
(Showing Draft Content)

C1.Win.FlexGrid.MultiRow.MultiRowFieldInfo.-ctor

MultiRowFieldInfo Constructor

MultiRowFieldInfo(string, string, int, int, int, int)

Initializes a new instance of the MultiRowFieldInfo object.

Declaration
public MultiRowFieldInfo(string name, string caption, int firstRow, int firstCol, int lastRow, int lastCol)
Parameters
Type Name Description
string name

Field name.

string caption

Field's display text.

int firstRow

First row index in the record.

int firstCol

First column index.

int lastRow

Last row index in the record.

int lastCol

Last column index.