Spread Silverlight Documentation
GetColumnName Method (SheetTable)


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.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetTable Class
SheetTable Members

 

 


Copyright © GrapeCity, inc. All rights reserved.