Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / GeneralFormatter Property


In This Topic
GeneralFormatter Property
In This Topic
Gets the general formatter for current workbook.
Syntax
'Declaration
 
Public ReadOnly Property GeneralFormatter As IFormatter
 
'Usage
 
Dim instance As Styles
Dim value As IFormatter
 
value = instance.GeneralFormatter

Property Value

An IFormatter object represents the general formatter.
See Also