Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IStructuredObject Interface / GetColumnName Method
An integer value indicates the column unique ID inside the structure object.


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

    Parameters

    id
    An integer value indicates the column unique ID inside the structure object.

    Return Value

    A string indicates the column name.
    See Also