Class CKCells
Assembly: CoverageKiller2.dll
Syntax
public class CKCells : ACKRangeCollection, IDOMObject, IEnumerable<CKCell>, IEnumerable
Constructors
CKCells(IDOMObject)
Declaration
public CKCells(IDOMObject parent)
Parameters
CKCells(IEnumerable<CKCell>, IDOMObject)
Declaration
public CKCells(IEnumerable<CKCell> cells, IDOMObject parent)
Parameters
Properties
CellRefrences_1
Declaration
public IEnumerable<CKCellRef> CellRefrences_1 { get; protected set; }
Property Value
CellsList_1
Declaration
protected Base1List<CKCell> CellsList_1 { get; }
Property Value
Count
Gets the number of items in the collection.
Declaration
public override int Count { get; }
Property Value
Overrides
IsOrphan
Determines whether the collection has lost association with the underlying Word objects.
Declaration
public override bool IsOrphan { get; }
Property Value
Overrides
this[int]
Gets the CKCell at the specified one-based index.
Declaration
public virtual CKCell this[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
The one-based index (1..Count).
|
Property Value
Exceptions
Methods
CheckDirtyFor()
Checks whether the collection has become dirty.
Override in descendants to customize.
Declaration
protected override bool CheckDirtyFor()
Returns
Type |
Description |
bool |
True if dirty; otherwise, false.
|
Overrides
Clear()
Clears the collection cache.
Declaration
public override void Clear()
Overrides
GetEnumerator()
Declaration
public IEnumerator<CKCell> GetEnumerator()
Returns
IndexOf(object)
Attempts to find the index of an object within the collection.
Declaration
public override int IndexOf(object obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
Implements
Extension Methods