Spread Silverlight Documentation
GetColumnName Method (SheetTable)


GrapeCity.Windows.SpreadSheet.Data Namespace > SheetTable Class : GetColumnName Method
The column index of the table header. The index is zero-based.
Gets the table header text with a specified index.
Syntax
'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.
Remarks
This method returns null when there is no header setting and the cell value of the sheet is displayed.
See Also

Reference

SheetTable Class
SheetTable Members