Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / DisplayStyle Property


In This Topic
DisplayStyle Property
In This Topic
Gets a value indicating whether the formatted text should be displayed as numeric style.
Syntax
'Declaration
 
Public ReadOnly Property DisplayStyle As DisplayValueStyle
 
'Usage
 
Dim instance As FormatResult
Dim value As DisplayValueStyle
 
value = instance.DisplayStyle

Property Value

true if the formatted text should be displayed as numeric style; otherwise, false.
See Also