Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / WeekNumber Class / IsDefault Property


In This Topic
    IsDefault Property (WeekNumber)
    In This Topic
    Syntax
    'Declaration
     
    Public Property IsDefault As Boolean
    'Usage
     
    Dim instance As WeekNumber
    Dim value As Boolean
     
    instance.IsDefault = value
     
    value = instance.IsDefault
    public bool IsDefault {get; set;}
    See Also