Class PdfTreeGridColumnCollection
Inheritance
System.Object
PdfTreeGridColumnCollection
Implements
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PdfTreeGridColumnCollection : IEnumerable
Constructors
PdfTreeGridColumnCollection(PdfTreeGrid)
Declaration
public PdfTreeGridColumnCollection(PdfTreeGrid treeGrid)
Parameters
Type | Name | Description |
---|---|---|
PdfTreeGrid | treeGrid |
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Item[Int32]
Declaration
public PdfTreeGridColumn this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
PdfTreeGridColumn |
Methods
Add()
Declaration
public PdfTreeGridColumn Add()
Returns
Type | Description |
---|---|
PdfTreeGridColumn |
Add(PdfTreeGridColumn)
Declaration
public void Add(PdfTreeGridColumn column)
Parameters
Type | Name | Description |
---|---|---|
PdfTreeGridColumn | column |
Add(Int32)
Declaration
public void Add(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count |
Clear()
Declaration
public void Clear()
GetEnumerator()
Returns an enumerator that iterates through a collection.
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator | An System.Collections.IEnumerator object that can be used to iterate through the collection. |
Implements
System.Collections.IEnumerable