Spread for ASP.NET 10 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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

RowEditTemplateContainer Class
RowEditTemplateContainer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.