'Declaration Public Function GetColumnAutoText( _ ByVal column As System.Integer _ ) As System.String
'Usage Dim instance As Worksheet Dim column As System.Integer Dim value As System.String value = instance.GetColumnAutoText(column)
public System.string GetColumnAutoText( System.int column )
Parameters
- column
- The column index.
Return Value
Returns the automatically generated column text.