'Declaration Public Function GetColumnName( _ ByVal tableColumnIndex As System.Integer _ ) As System.String
'Usage Dim instance As SheetTable Dim tableColumnIndex As System.Integer Dim value As System.String value = instance.GetColumnName(tableColumnIndex)
public System.string GetColumnName( System.int tableColumnIndex )
Parameters
- tableColumnIndex
- The column index of the table header. The index is zero-based.
Return Value
The text of the specified header cell.