Spread WPF 18
GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ActiveCell Property


In This Topic
    ActiveCell Property
    In This Topic
    Gets an IRange object that represents the active cell.
    Syntax
    'Declaration
     
    ReadOnly Property ActiveCell As IRange
    'Usage
     
    Dim instance As IWorksheet
    Dim value As IRange
     
    value = instance.ActiveCell
    IRange ActiveCell {get;}
    See Also