New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Count
Item
Item
table
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.IEnumerator
1`
System.Collections.IEnumerable.GetEnumerator
Returns the enumerator of the collection
Returns
System.Collections.IEnumerator