Class PdfTreeGridCellCollection
Inheritance
System.Object
PdfTreeGridCellCollection
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 PdfTreeGridCellCollection : IEnumerable
Constructors
PdfTreeGridCellCollection(PdfTreeGridRow)
Declaration
public PdfTreeGridCellCollection(PdfTreeGridRow row)
Parameters
Type | Name | Description |
---|---|---|
PdfTreeGridRow | row |
Properties
Count
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Item[Int32]
Declaration
public PdfTreeGridCell this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
PdfTreeGridCell |
Methods
GetEnumerator()
Declaration
public IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
IndexOf(PdfTreeGridCell)
Declaration
public int IndexOf(PdfTreeGridCell cell)
Parameters
Type | Name | Description |
---|---|---|
PdfTreeGridCell | cell |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Collections.IEnumerable