Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RowElement Class / Index Property


In This Topic
    Index Property (RowElement)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As RowElement
    Dim value As Integer
     
    value = instance.Index
    public int Index {get;}
    See Also