Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / ActiveCellIndex Property


In This Topic
    ActiveCellIndex Property
    In This Topic
    Gets or sets the index of the selection which contains the active cell.
    Syntax
    'Declaration
     
    
    Public Property ActiveCellIndex As Integer
    'Usage
     
    
    Dim instance As WorksheetView
    Dim value As Integer
     
    instance.ActiveCellIndex = value
     
    value = instance.ActiveCellIndex
    public int ActiveCellIndex {get; set;}
    See Also