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


In This Topic
    MonthFormat Property
    In This Topic
    Gets or sets the format for the month.
    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 System.String value that indicates the month format.
    See Also