ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid.MultiRow Namespace / IFlexGridMultiRow Interface / Headers Property

In This Topic
    Headers Property (IFlexGridMultiRow)
    In This Topic
    Gets or sets FlexGrid headers.
    Syntax
    'Declaration
     
    Property Headers As IEnumerable(Of IMultiRowFieldInfo)
    IEnumerable<IMultiRowFieldInfo> Headers {get; set;}
    See Also