GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    TableCellCollection Class

    Namespace:
    GemBox.Document.Tables
    Assembly:
    GemBox.Document.dll

    Represents a collection of TableCells.

    • C#
    • VB.NET
    public sealed class TableCellCollection : ElementCollection<TableCell>, IList, ICollection, IList<TableCell>, ICollection<TableCell>, IEnumerable<TableCell>, IEnumerable
    Public NotInheritable Class TableCellCollection
        Inherits ElementCollection(Of TableCell)
        Implements IList, ICollection, IList(Of TableCell), ICollection(Of TableCell), IEnumerable(Of TableCell), IEnumerable
    Inheritance:
    System.Object
    ElementCollection
    ElementCollection<TableCell>
    TableCellCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IList<TableCell>
    System.Collections.Generic.ICollection<TableCell>
    System.Collections.Generic.IEnumerable<TableCell>
    System.Collections.IEnumerable
    Remarks

    Used as a container for a Cells property.

    Inherited Properties

    Content

    Gets the content of the current ElementCollection.

    (Inherited from ElementCollection)

    SupportedElementTypes

    Gets a sequence of ElementTypes that can be contained in this collection.

    (Inherited from ElementCollection)

    Inherited Methods

    CopyTo(Element[], System.Int32)

    Copies the elements of the ElementCollection to an System.Array, starting at a particular System.Array index.

    (Inherited from ElementCollection)

    IndexOf(Element)

    Determines the index of a specific Element in the ElementCollection.

    (Inherited from ElementCollection)

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.