Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / ActiveRowIndex Property


In This Topic
    ActiveRowIndex Property (SheetView)
    In This Topic
    Gets or sets the row index of the active cell on the sheet.
    Syntax
    'Declaration
     
    
    Public Property ActiveRowIndex As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    instance.ActiveRowIndex = value
     
    value = instance.ActiveRowIndex
    public int ActiveRowIndex {get; set;}
    See Also