Show / Hide Table of Contents

Class CKRowCellRef

Represents a one-based cell reference to a specific row in a Word table.

Inheritance
object
CKCellRef
CKRowCellRef
Implements
ICellRef<CKCell>
ICellRef<CKRow>
Inherited Members
CKCellRef.RowIndex
CKCellRef.ColumnIndex
CKCellRef.Snapshot
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 CKRowCellRef : CKCellRef, ICellRef<CKCell>, ICellRef<CKRow>

Constructors

CKRowCellRef(int, CKTable, IDOMObject, TableAccessMode)

Declaration
public CKRowCellRef(int rowIndex, CKTable table, IDOMObject parent, TableAccessMode accessMode = TableAccessMode.IncludeAllCells)
Parameters
Type Name Description
int rowIndex
CKTable table
IDOMObject parent
TableAccessMode accessMode

Properties

AccessMode

Declaration
public TableAccessMode AccessMode { get; set; }
Property Value
Type Description
TableAccessMode

Index

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

Parent

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

Table

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

Implements

ICellRef<T>
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