ComponentOne ASP.NET MVC Controls
Range Property (WorkbookTable)

C1.Web.Mvc.Sheet Namespace > WorkbookTable Class : Range Property
Gets or sets range on the relevant sheet that the table occupies expressed using A1 style referencing. i.e. "A1:D4".
Syntax
'Declaration
 
Public Property Range As String
public string Range {get; set;}
Remarks
The reference shall include the totals row if it is shown.
See Also

Reference

WorkbookTable Class
WorkbookTable Members