Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IGroupSupport Interface / GetColumnName Method
Column index


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

    Parameters

    column
    Column index
    See Also