ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / UnboundSheet Class / Tables Property

In This Topic
    Tables Property (UnboundSheet)
    In This Topic
    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