'Declaration Public Function GetColumnName( _ ByVal tableColumnIndex As Integer _ ) As String
'Usage Dim instance As SheetTable Dim tableColumnIndex As Integer Dim value As String value = instance.GetColumnName(tableColumnIndex)
public string GetColumnName( 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.