Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReferenceSource Interface / Get3DReferenceIndex Method


In This Topic
    Get3DReferenceIndex Method (IReferenceSource)
    In This Topic
    Get the 3D-Reference index of this IReferenceSource object.
    Syntax
    'Declaration
     
    
    Function Get3DReferenceIndex() As Integer
    'Usage
     
    
    Dim instance As IReferenceSource
    Dim value As Integer
     
    value = instance.Get3DReferenceIndex()
    int Get3DReferenceIndex()

    Return Value

    An integer value indicates the 3D-Reference index of this IReferenceSource object.
    See Also