Spread Silverlight Documentation
Sheet Property (CellsEnumerator)


GrapeCity.Windows.SpreadSheet.Data Namespace > CellsEnumerator Class : Sheet Property
Gets the sheet for the shape.
Syntax
'Declaration
 
Public ReadOnly Property Sheet As Worksheet
'Usage
 
Dim instance As CellsEnumerator
Dim value As Worksheet
 
value = instance.Sheet
public Worksheet Sheet {get;}

Property Value

The sheet for the shape.
See Also

Reference

CellsEnumerator Class
CellsEnumerator Members