Spread WinForms 15
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

Property Value

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