Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / RowEditTemplateContainer Class / GetText Method / GetText(String) Method
Column name


In This Topic
    GetText(String) Method
    In This Topic
    Gets the text of the specified column (by name).
    Syntax
    'Declaration
     
    
    Public Overloads Function GetText( _
       ByVal name As String _
    ) As String
    'Usage
     
    
    Dim instance As RowEditTemplateContainer
    Dim name As String
    Dim value As String
     
    value = instance.GetText(name)
    public string GetText( 
       string name
    )

    Parameters

    name
    Column name

    Return Value

    String containing the column text
    See Also