Spread for ASP.NET 12 Product Documentation
GetHeader Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > RowEditTemplateContainer Class : GetHeader Method
Column index
Gets the header of the specified column.
Syntax
'Declaration
 
Public Function GetHeader( _
   ByVal index As Integer _
) As String
'Usage
 
Dim instance As RowEditTemplateContainer
Dim index As Integer
Dim value As String
 
value = instance.GetHeader(index)
public string GetHeader( 
   int index
)

Parameters

index
Column index
Exceptions
ExceptionDescription
Specified column index is out of range; must be between 0 and the total number of columns
See Also

Reference

RowEditTemplateContainer Class
RowEditTemplateContainer Members