Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetColumnAutoText Method
The column index.


In This Topic
    GetColumnAutoText Method
    In This Topic
    Gets the automatic text displayed in the column header for the specified column.
    Syntax
    'Declaration
     
    Public Function GetColumnAutoText( _
       ByVal column As Integer _
    ) As String
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim value As String
     
    value = instance.GetColumnAutoText(column)
    public string GetColumnAutoText( 
       int column
    )

    Parameters

    column
    The column index.

    Return Value

    Returns the automatically generated column text.
    Exceptions
    ExceptionDescription
    Specified column index is out of range; must be at least zero.
    See Also