Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / WeekNumberStyle Property


In This Topic
    WeekNumberStyle Property (DropDownCalendarInfo)
    In This Topic
    Gets or sets the week number style.
    Syntax
    'Declaration
     
    
    Public Property WeekNumberStyle As Style
    'Usage
     
    
    Dim instance As DropDownCalendarInfo
    Dim value As Style
     
    instance.WeekNumberStyle = value
     
    value = instance.WeekNumberStyle
    public Style WeekNumberStyle {get; set;}

    Property Value

    The Style of the week number.
    Remarks
    This property retrieves the display style of the week number area.
    See Also