Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / YearMonthFormat Class / YearFormat Property


In This Topic
    YearFormat Property
    In This Topic
    Gets or sets the format for the year.
    Syntax
    'Declaration
     
    
    Public Property YearFormat As String
    'Usage
     
    
    Dim instance As YearMonthFormat
    Dim value As String
     
    instance.YearFormat = value
     
    value = instance.YearFormat
    public string YearFormat {get; set;}

    Property Value

    A System.String value that indicates the year format.
    See Also