Class PdfTreeGridHeaderCollection
Inheritance
System.Object
PdfTreeGridHeaderCollection
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 PdfTreeGridHeaderCollection : IEnumerable
Constructors
PdfTreeGridHeaderCollection(PdfTreeGrid)
Declaration
public PdfTreeGridHeaderCollection(PdfTreeGrid treegrid)
Parameters
Type | Name | Description |
---|---|---|
PdfTreeGrid | treegrid |
Properties
Count
Gets the count.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The count. |
Item[Int32]
Gets the PdfGridColumn at the specified index.
Declaration
public PdfTreeGridRow this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
PdfTreeGridRow |
Methods
Add(Int32)
Adds the specified count.
Declaration
public PdfTreeGridRow[] Add(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count | The count. |
Returns
Type | Description |
---|---|
PdfTreeGridRow[] |
ApplyStyle(PdfTreeGridStyleBase)
Applies the style.
Declaration
public void ApplyStyle(PdfTreeGridStyleBase style)
Parameters
Type | Name | Description |
---|---|---|
PdfTreeGridStyleBase | style | The style. |
Clear()
Clears this instance.
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