Show / Hide Table of Contents

Class CKRow

Represents a row in a Word table.

Inheritance
object
ACKRangeCollection
CKCells
CKRow
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 CKRow : CKCells, IDOMObject, IEnumerable<CKCell>, IEnumerable

Constructors

CKRow(CKRowCellRef, IDOMObject)

Declaration
public CKRow(CKRowCellRef rowRef, IDOMObject parent)
Parameters
Type Name Description
CKRowCellRef rowRef
IDOMObject parent

Properties

Index

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

this[int]

Gets the CKCell at the specified one-based index.

Declaration
public override CKCell this[int index] { get; }
Parameters
Type Name Description
int index

The one-based index (1..Count).

Property Value
Type Description
CKCell

The corresponding CKCell instance.

Overrides
CKCells.this[int]
Exceptions
Type Condition
ArgumentOutOfRangeException

If index is out of bounds.

RowRef

Declaration
public CKRowCellRef RowRef { get; protected set; }
Property Value
Type Description
CKRowCellRef

Methods

Delete()

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

Declaration
public void Delete()
Remarks

Version: CK2.00.03.0002

SlowDelete()

Deletes all non-merged cells in this row using the CKTable grid layout. This is a fallback method when Word's native row deletion fails due to merged cells.

Declaration
public void SlowDelete()
Remarks

Version: CK2.00.03.0003

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