New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.ExportInfrastructure.TableCollection

EI Table collection

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.ExportInfrastructure.TableCollection : IEnumerable, IEnumerable`1

Properties

Count Int32

Return the total number of the Tables in the structure

Item Table

Returns a table by given index

Item Table

Returns a table by given Table name

Methods

Add

Adds new Table to the collection

Parameters

table Telerik.Web.UI.ExportInfrastructure.Table

Table element

Returns

System.Void

GetEnumerator

Returns the enumerator of the collection

Returns

System.Collections.Generic.IEnumerator1`

System.Collections.IEnumerable.GetEnumerator

Returns the enumerator of the collection

Returns

System.Collections.IEnumerator

In this article