Spread Windows Forms 12.0 Product Documentation
Formatting Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableStyleElement Structure : Formatting Property
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

Reference

TableStyleElement Structure
TableStyleElement Members