Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RowEditTemplateContainer Class / GetHeader Method
Column index


In This Topic
    GetHeader Method
    In This Topic
    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
    Specified column index is out of range; must be between 0 and the total number of columns
    See Also