Spread Windows Forms 12.0 Product Documentation
DisplayStyle Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FormatResult Structure : DisplayStyle Property
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
public DisplayValueStyle DisplayStyle {get;}

Property Value

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

Reference

FormatResult Structure
FormatResult Members