ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.MultiRow Namespace / MultiRowFieldInfo Class / MultiRowFieldInfo Constructor
Field name.
Field's display text.
First row index in the record.
First column index.
Last row index in the record.
Last column index.

In This Topic
    MultiRowFieldInfo Constructor
    In This Topic
    Initializes a new instance of the MultiRowFieldInfo object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal caption As String, _
       ByVal firstRow As Integer, _
       ByVal firstCol As Integer, _
       ByVal lastRow As Integer, _
       ByVal lastCol As Integer _
    )
    public MultiRowFieldInfo( 
       string name,
       string caption,
       int firstRow,
       int firstCol,
       int lastRow,
       int lastCol
    )

    Parameters

    name
    Field name.
    caption
    Field's display text.
    firstRow
    First row index in the record.
    firstCol
    First column index.
    lastRow
    Last row index in the record.
    lastCol
    Last column index.
    See Also