Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / AnyValue Field


In This Topic
    AnyValue Field
    In This Topic
    Represents any value which may be formatted. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly AnyValue As Object
    'Usage
     
    
    Dim value As Object
     
    value = FormatResult.AnyValue
    public static readonly object AnyValue
    See Also