Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionViewCell Class / GetText Method


In This Topic
    GetText Method (ExpressionViewCell)
    In This Topic
    Gets the System.String value.
    Syntax
    'Declaration
     
    
    Public Function GetText() As String
    'Usage
     
    
    Dim instance As ExpressionViewCell
    Dim value As String
     
    value = instance.GetText()
    public string GetText()

    Return Value

    An System.String value.
    See Also