Spread Silverlight Documentation
Cells Property (HeaderBase)


GrapeCity.Windows.SpreadSheet.Data Namespace > HeaderBase Class : Cells Property
Gets the cells in the sheet header.
Syntax
'Declaration
 
Public ReadOnly Property Cells As Cells
'Usage
 
Dim instance As HeaderBase
Dim value As Cells
 
value = instance.Cells
public Cells Cells {get;}

Property Value

A Cell object for the cells in the sheet header.
See Also

Reference

HeaderBase Class
HeaderBase Members