Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / GetColumnId Method
A string value indicates the specified column.


In This Topic
    GetColumnId Method (Table)
    In This Topic
    Gets the relative column index of the specified column.
    Syntax
    'Declaration
     
    
    Public Function GetColumnId( _
       ByVal columnName As String _
    ) As Integer
    'Usage
     
    
    Dim instance As Table
    Dim columnName As String
    Dim value As Integer
     
    value = instance.GetColumnId(columnName)
    public int GetColumnId( 
       string columnName
    )

    Parameters

    columnName
    A string value indicates the specified column.

    Return Value

    An integer value indicates the relative column index.
    See Also