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


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

    Return Value

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