Spread Windows Forms 15.0
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
    public DisplayValueStyle DisplayStyle {get;}

    Property Value

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