Spread WPF 17
GrapeCity.Excel Namespace / IName Interface / Index Property


In This Topic
    Index Property (IName)
    In This Topic
    Get or set the zero-base index of Worksheet that the defined name belongs
    Syntax
    'Declaration
     
    ReadOnly Property Index As Integer
    'Usage
     
    Dim instance As IName
    Dim value As Integer
     
    value = instance.Index
    int Index {get;}
    Remarks
    If the value is -1, it means it's workbook defined name (global name)
    See Also