Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DayInfo Class / Text Property


In This Topic
    Text Property (DayInfo)
    In This Topic
    Gets the formatted System.String value that the DayInfo should be presented according to the current culture.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    'Usage
     
    Dim instance As DayInfo
    Dim value As String
     
    value = instance.Text
    public string Text {get;}

    Property Value

    The formatted System.String value that the DayInfo should be presented according to the current culture.
    See Also