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


In This Topic
    Cells Property (IWorksheet)
    In This Topic
    Gets an IRange object which represents the entire worksheet cells (not just the cells that are currently in use).
    Syntax
    'Declaration
     
    
    ReadOnly Property Cells As IRange
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IRange
     
    value = instance.Cells
    IRange Cells {get;}

    Property Value

    An IRange object which provide access to cell values, formulas, formatting...
    Remarks
    Using this property without an object qualifier returns an IRange object that represents all the cells on the active worksheet.
    See Also