Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetColumnAutoText Method
Column index of column header


GetColumnAutoText Method
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)

Parameters

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