Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / ParentIndex Property


In This Topic
    ParentIndex Property
    In This Topic
    ParentIndex
    Syntax
    'Declaration
     
    
    Public Overridable Property ParentIndex As Integer
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value As Integer
     
    instance.ParentIndex = value
     
    value = instance.ParentIndex
    public virtual int ParentIndex {get; set;}
    See Also