Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReferenceSource Interface / Supports3DReference Property


In This Topic
    Supports3DReference Property
    In This Topic
    Gets a value indicating whether this IReferenceSource object supports 3D-Reference.
    Syntax
    'Declaration
     
    
    ReadOnly Property Supports3DReference As Boolean
    'Usage
     
    
    Dim instance As IReferenceSource
    Dim value As Boolean
     
    value = instance.Supports3DReference
    bool Supports3DReference {get;}

    Property Value

    true if this IReferenceSource object supports 3D-Reference; otherwise, false.
    See Also