Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataLabel Class / Text Property


In This Topic
    Text Property (DataLabel)
    In This Topic
    Gets the text.
    Syntax
    'Declaration
     
    Public Overridable Shadows ReadOnly Property Text As String
    'Usage
     
    Dim instance As DataLabel
    Dim value As String
     
    value = instance.Text
    public virtual new string Text {get;}

    Property Value

    The text.
    See Also