Class CKRows
Represents a collection of CKRow objects in a Word table.
Assembly: CoverageKiller2.dll
Syntax
public class CKRows : CKDOMObject, IDOMObject, IEnumerable<CKRow>, IEnumerable
Constructors
CKRows(IDOMObject)
Declaration
public CKRows(IDOMObject parent)
Parameters
Properties
Count
Declaration
public int Count { get; }
Property Value
IsDirty
Indicates whether this DOM object has unsaved changes.
Declaration
public override bool IsDirty { get; protected set; }
Property Value
Overrides
IsOrphan
Indicates whether this DOM object is orphaned (e.g., lost its backing COM reference).
Declaration
public override bool IsOrphan { get; protected set; }
Property Value
Overrides
this[int]
Declaration
public CKRow this[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Parent
Gets the logical parent of this DOM object.
Declaration
public override IDOMObject Parent { get; protected set; }
Property Value
Overrides
Methods
GetEnumerator()
Declaration
public IEnumerator<CKRow> GetEnumerator()
Returns
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods