Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / WeekNumberInfo Class
Members


In This Topic
    WeekNumberInfo Class
    In This Topic
    Represents a WeekNumberInfo contains the information for GrapeCity.Windows.InputMan.Primitives.WeekNumber presentation.
    Object Model
    WeekNumberInfo Class
    Syntax
    'Declaration
     
    Public Class WeekNumberInfo 
    'Usage
     
    Dim instance As WeekNumberInfo
    public class WeekNumberInfo 
    Remarks
    The WeekNumberInfo contains the following information:
    WeekNumberInfo Property Description
    Number The week index number of GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo.
    Text The formatted System.String value that the GrapeCity.Windows.InputMan.Primitives.WeekNumberInfo should be presented according to current culture.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekNumberInfo

    See Also