Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetBase Class / Get3DReferenceIndex Method


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

    Return Value

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