Class TableCellCollection
Defines a collection of table cells.
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: Telerik.Windows.Documents.Fixed.Model.Editing.Collections
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public class TableCellCollection : CollectionBase<TableCell>, IEnumerable<TableCell>, IEnumerable
Constructors
TableCellCollection()
Declaration
public TableCellCollection()
Methods
AddTableCell()
Adds a new table cell to the collection.
Declaration
public TableCell AddTableCell()
Returns
TableCell
|