Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / ActiveCell Property


In This Topic
    ActiveCell Property (IWorksheet)
    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