Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / YearMonthFormat Class / YearFormat Property


In This Topic
    YearFormat Property
    In This Topic
    Gets or sets Year format.
    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 string value indicates the Year format.
    See Also