FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / C1FlexGridBandedView Class / GetHeaderAndFields Method

In This Topic
    GetHeaderAndFields Method
    In This Topic
    Gets two lists of headers and fields. Offsets rows or columns if need.
    Syntax
    'Declaration
     
    
    Public Function GetHeaderAndFields( _
       Optional ByVal offsetRow As Integer, _
       Optional ByVal offsetCol As Integer _
    ) As ValueTuple(Of IList(Of IMultiRowFieldInfo),IList(Of IMultiRowFieldInfo))

    Parameters

    offsetRow
    offsetCol

    Return Value

    Two lists of IMultiRowFieldInfo
    See Also