Show / Hide Table of Contents

Class CKColumn

Represents a column in a Word table.

Inheritance
object
ACKRangeCollection
CKCells
CKColumn
Implements
IDOMObject
IEnumerable<CKCell>
IEnumerable
Inherited Members
CKCells.Clear()
CKCells.CheckDirtyFor()
CKCells.GetEnumerator()
CKCells.IndexOf(object)
CKCells.CellRefrences_1
CKCells.CellsList_1
CKCells.IsOrphan
CKCells.Count
ACKRangeCollection.Cache<T>(ref T)
ACKRangeCollection.Cache<T>(ref T, Func<T>)
ACKRangeCollection.SetCache<T>(ref T, T, Action<T>)
ACKRangeCollection.Refresh()
ACKRangeCollection.DoRefreshThings()
ACKRangeCollection.IsCOMDeferred
ACKRangeCollection._isDirty
ACKRangeCollection.Parent
ACKRangeCollection.Document
ACKRangeCollection.Application
ACKRangeCollection.IsDirty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2.DOM.Tables
Assembly: CoverageKiller2.dll
Syntax
public class CKColumn : CKCells, IDOMObject, IEnumerable<CKCell>, IEnumerable

Constructors

CKColumn(CKColCellRef, IDOMObject)

Declaration
public CKColumn(CKColCellRef colRef, IDOMObject parent)
Parameters
Type Name Description
CKColCellRef colRef
IDOMObject parent

Properties

CellRef

Declaration
public CKColCellRef CellRef { get; protected set; }
Property Value
Type Description
CKColCellRef

Cells

Declaration
public CKCells Cells { get; }
Property Value
Type Description
CKCells

Index

Declaration
public int Index { get; }
Property Value
Type Description
int

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
Type Description
CKCell
Overrides
CKCells.this[int]

Methods

Delete()

Deletes the column if no merged cells exist, or falls back to SlowDelete.

Declaration
public void Delete()

SlowDelete()

Declaration
public void SlowDelete()

SlowDeleteBak()

Declaration
public void SlowDeleteBak()

Implements

IDOMObject
IEnumerable<T>
IEnumerable

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX