ComponentOne ASP.NET MVC Controls
Tables Property (Sheet)

C1.Web.Mvc.Sheet Namespace > Sheet Class : Tables Property
Gets the collection of the Table objects on this Sheet.
Syntax
'Declaration
 
Public ReadOnly Property Tables As IList(Of Table)
public IList<Table> Tables {get;}
Remarks
It allows to insert/remove Table on this Sheet via the tables collection.
See Also

Reference

Sheet Class
Sheet Members