[]
Gets the automatic text displayed in the column header for the specified column on this sheet.
public string GetColumnAutoText(int column)
Public Function GetColumnAutoText(column As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | column | Column index of column header |
| Type | Description |
|---|---|
| string | A text displayed in the column header. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Specified column index is out of range; must be at least zero |