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

In This Topic
    RefreshBandsInfo Method
    In This Topic
    Populates bands info. Offsets rows or columns if need.
    Syntax
    'Declaration
     
    
    Public Sub RefreshBandsInfo( _
       Optional ByVal offsetRow As Integer, _
       Optional ByVal offsetCol As Integer _
    ) 
    public void RefreshBandsInfo( 
       int offsetRow,
       int offsetCol
    )

    Parameters

    offsetRow
    offsetCol
    See Also