Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyleElement Structure / Formatting Property


In This Topic
    Formatting Property (TableStyleElement)
    In This Topic
    Gets the formatting of this table style element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Formatting As DifferentialFormat
    'Usage
     
    
    Dim instance As TableStyleElement
    Dim value As DifferentialFormat
     
    value = instance.Formatting
    public DifferentialFormat Formatting {get;}

    Property Value

    A DifferentialFormat object represents the formatting of this table style element.
    See Also