Show / Hide Table of Contents

Class CKCellRef

Represents a reference to a cell or group of cells within a Word table.

Inheritance
object
CKCellRef
CKColCellRef
CKRowCellRef
Implements
ICellRef<CKCell>
Inherited Members
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 CKCellRef : ICellRef<CKCell>
Remarks

Version: CK2.00.01.0021

Constructors

CKCellRef(int, int, RangeSnapshot, CKTable, IDOMObject)

Initializes a new instance of the CKCellRef class with an optional snapshot.

Declaration
public CKCellRef(int rowIndex, int colIndex, RangeSnapshot snapshot, CKTable table, IDOMObject parent)
Parameters
Type Name Description
int rowIndex

The one-based row index.

int colIndex

The one-based column index.

RangeSnapshot snapshot

The snapshot of the original Word range, or null if not captured.

CKTable table
IDOMObject parent

The owning DOM object (table or collection).

CKCellRef(int, int, CKTable, IDOMObject)

Declaration
public CKCellRef(int rowIndex, int colIndex, CKTable table, IDOMObject parent)
Parameters
Type Name Description
int rowIndex
int colIndex
CKTable table
IDOMObject parent

Properties

ColumnIndex

Gets the one-based Word column index of the referenced cell.

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

Parent

Declaration
public IDOMObject Parent { get; }
Property Value
Type Description
IDOMObject

RowIndex

Gets the one-based Word row index of the referenced cell.

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

Snapshot

Gets the snapshot of the original cell range, if captured.

Declaration
public RangeSnapshot Snapshot { get; }
Property Value
Type Description
RangeSnapshot

Table

Declaration
public CKTable Table { get; }
Property Value
Type Description
CKTable

Implements

ICellRef<T>

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