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


In This Topic
    Text Property (WeekTitleInfo)
    In This Topic
    Gets the System.String value which is culture-specific abbreviated name of the DayOfWeek.
    Syntax
    'Declaration
     
    Public ReadOnly Property Text As String
    'Usage
     
    Dim instance As WeekTitleInfo
    Dim value As String
     
    value = instance.Text
    public string Text {get;}

    Property Value

    The System.String value which is culture-specific abbreviated name of the DayOfWeek.
    See Also