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


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.
    Example
    This example gets the ActiveCell property.
    See Also