Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetDataColumnName Method
The column index for which the name is requested.


In This Topic
    GetDataColumnName Method
    In This Topic
    Gets the column name at the specified position.
    Syntax
    'Declaration
     
    Public Function GetDataColumnName( _
       ByVal column As Integer _
    ) As String
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim value As String
     
    value = instance.GetDataColumnName(column)
    public string GetDataColumnName( 
       int column
    )

    Parameters

    column
    The column index for which the name is requested.

    Return Value

    Returns the column name for data binding.
    Exceptions
    ExceptionDescription
    Specified index is out of range; must be between 0 and the total number of columns.
    See Also