Class TableCellCollection
Inherited Members
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TableCellCollection : SpecializedDocumentElementCollection<TableCell>, ICollection<TableCell>, IEnumerable<TableCell>, IList, ICollection, IEnumerable
Constructors
TableCellCollection(DocumentElementCollection)
Declaration
public TableCellCollection(DocumentElementCollection toWrap)
Parameters
DocumentElementCollection
toWrap
|