Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IActualValue Interface / GetText Method


In This Topic
    GetText Method (IActualValue)
    In This Topic
    Gets the string representation of the value.
    Syntax
    'Declaration
     
    Function GetText() As String
    'Usage
     
    Dim instance As IActualValue
    Dim value As String
     
    value = instance.GetText()
    string GetText()

    Return Value

    The string representation of the value.
    See Also