Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupFooterStyleSupport Interface / GetColumnStyle Method


In This Topic
    GetColumnStyle Method
    In This Topic
    Gets column style.
    Syntax
    'Declaration
     
    
    Function GetColumnStyle( _
       ByVal column As Integer _
    ) As StyleInfo
    'Usage
     
    
    Dim instance As IGroupFooterStyleSupport
    Dim column As Integer
    Dim value As StyleInfo
     
    value = instance.GetColumnStyle(column)
    StyleInfo GetColumnStyle( 
       int column
    )

    Parameters

    column
    See Also