Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / ActiveCell Property


In This Topic
    ActiveCell Property
    In This Topic
    Gets the active cell in the sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActiveCell As Cell
    'Usage
     
    Dim instance As Worksheet
    Dim value As Cell
     
    value = instance.ActiveCell
    public Cell ActiveCell {get;}

    Property Value

    The active cell in the sheet.
    See Also