Spread for ASP.NET 12 Product Documentation
CellRange Property (SpreadDataSource)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SpreadDataSource Class : CellRange Property
Gets or sets the range of cells for this data source.
Syntax
'Declaration
 
Public Property CellRange As CellRange
'Usage
 
Dim instance As SpreadDataSource
Dim value As CellRange
 
instance.CellRange = value
 
value = instance.CellRange
public CellRange CellRange {get; set;}
See Also

Reference

SpreadDataSource Class
SpreadDataSource Members