Spread Windows Forms 12.0 Product Documentation
Cells Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Cells Property
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

Reference

IRange Interface
IRange Members