Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Get3DReferenceIndex Method


In This Topic
    Get3DReferenceIndex Method (Worksheet)
    In This Topic
    Get the 3D-Reference index of this GrapeCity.CalcEngine.IReferenceSource object.
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Function Get3DReferenceIndex() As Integer
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As Integer
     
    value = instance.Get3DReferenceIndex()
    protected override int Get3DReferenceIndex()

    Return Value

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