Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / ActiveCell Property


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