Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayFormat Class / Style Property


In This Topic
Style Property (DisplayFormat)
In This Topic
Gets a value, containing a Style object, that represents the style of the associated DisplayFormat object as it is displayed in the current user interface.
Syntax
'Declaration
 
Public ReadOnly Property Style As IStyle
 
'Usage
 
Dim instance As DisplayFormat
Dim value As IStyle
 
value = instance.Style

Property Value

The style of the associated DisplayFormat object.
See Also