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


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

    Property Value

    A string value indicates the Month format.
    See Also