Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Cells Property


In This Topic
    Cells Property (Worksheet)
    In This Topic
    Gets an IRange instance which represents the entire worksheet cells.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Cells As IRange
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As IRange
     
    value = instance.Cells
    public IRange Cells {get;}

    Property Value

    An IRange instance which provide access to cell values, formulas, formatting...
    See Also