Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormat Structure / Applyment Property


In This Topic
    Applyment Property
    In This Topic
    Gets or sets a boolean value indicating which formatting should be applied.
    Syntax
    'Declaration
     
    
    Public Property Applyment As StyleFormatApplyment
    'Usage
     
    
    Dim instance As StyleFormat
    Dim value As StyleFormatApplyment
     
    instance.Applyment = value
     
    value = instance.Applyment
    public StyleFormatApplyment Applyment {get; set;}

    Property Value

    A boolean value indicating which formatting should be applied.
    Remarks
    This setting is applied for named style only.
    See Also