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


In This Topic
    SetColumnStyle Method
    In This Topic
    Sets column style.
    Syntax
    'Declaration
     
    
    Sub SetColumnStyle( _
       ByVal column As Integer, _
       ByVal style As StyleInfo _
    ) 
    'Usage
     
    
    Dim instance As IGroupFooterStyleSupport
    Dim column As Integer
    Dim style As StyleInfo
     
    instance.SetColumnStyle(column, style)
    void SetColumnStyle( 
       int column,
       StyleInfo style
    )

    Parameters

    column
    style
    See Also