Class CKRowCellRef
Represents a one-based cell reference to a specific row in a Word table.
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
Properties
AccessMode
Declaration
public TableAccessMode AccessMode { get; set; }
Property Value
Index
Declaration
public int Index { get; }
Property Value
Parent
Declaration
public IDOMObject Parent { get; }
Property Value
Table
Declaration
public CKTable Table { get; }
Property Value
Implements
Extension Methods