Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnAutoText Method
Column index of column header


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

    Parameters

    column
    Column index of column header
    Exceptions
    ExceptionDescription
    Specified column index is out of range; must be at least zero
    See Also