Spread for ASP.NET 8.0 Product Documentation
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

Return Value

String containing the header
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Specified column index is out of range; must be between 0 and the total number of columns
Requirements

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

See Also

Reference

RowEditTemplateContainer Class
RowEditTemplateContainer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.