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


In This Topic
    Cells Property (IRange)
    In This Topic
    Gets a IRange object that represents the cells in the specified range.
    Syntax
    'Declaration
     
    
    ReadOnly Property Cells As IRange
    'Usage
     
    
    Dim instance As IRange
    Dim value As IRange
     
    value = instance.Cells
    IRange Cells {get;}

    Property Value

    The IRange object that represents the cells in the specified range.
    See Also