ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PdfTreeGridCellCollection - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved