Class CKColumn
Represents a column in a Word table.
Assembly: CoverageKiller2.dll
Syntax
public class CKColumn : CKCells, IDOMObject, IEnumerable<CKCell>, IEnumerable
Constructors
CKColumn(CKColCellRef, IDOMObject)
Declaration
public CKColumn(CKColCellRef colRef, IDOMObject parent)
Parameters
Properties
CellRef
Declaration
public CKColCellRef CellRef { get; protected set; }
Property Value
Cells
Declaration
public CKCells Cells { get; }
Property Value
Index
Declaration
public int Index { get; }
Property Value
this[int]
Gets the CKCell by visual row index (1-based), matching the logical table row structure.
Declaration
public override CKCell this[int index] { get; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Overrides
Methods
Delete()
Deletes the column if no merged cells exist, or falls back to SlowDelete.
Declaration
SlowDelete()
Declaration
SlowDeleteBak()
Declaration
public void SlowDeleteBak()
Implements
Extension Methods