GrapeCity.Xaml.SpreadSheet.Data
Cells Property (Worksheet)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Worksheet Class : Cells Property
Gets the two-dimensional collection of Cell objects.
Syntax
'Declaration
 
Public ReadOnly Property Cells As Cells
'Usage
 
Dim instance As Worksheet
Dim value As Cells
 
value = instance.Cells
public Cells Cells {get;}

Property Value

The two-dimensional collection of Cell objects.
See Also

Reference

Worksheet Class
Worksheet Members