Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupFooterSupport Interface / GetColumnName Method
Column index


In This Topic
    GetColumnName Method (IGroupFooterSupport)
    In This Topic
    Gets the name of the specified column.
    Syntax
    'Declaration
     
    
    Function GetColumnName( _
       ByVal column As Integer _
    ) As String
    'Usage
     
    
    Dim instance As IGroupFooterSupport
    Dim column As Integer
    Dim value As String
     
    value = instance.GetColumnName(column)
    string GetColumnName( 
       int column
    )

    Parameters

    column
    Column index
    See Also