Spread Silverlight Documentation
DataRange Property (SheetTable)


GrapeCity.Windows.SpreadSheet.Data Namespace > SheetTable Class : DataRange Property
Gets the cell range for the table data area.
Syntax
'Declaration
 
Public ReadOnly Property DataRange As CellRange
'Usage
 
Dim instance As SheetTable
Dim value As CellRange
 
value = instance.DataRange
public CellRange DataRange {get;}
See Also

Reference

SheetTable Class
SheetTable Members