Show / Hide Table of Contents

Class CKRows

Represents a collection of CKRow objects in a Word table.

Inheritance
object
CKDOMObject
CKRows
Implements
IDOMObject
IEnumerable<CKRow>
IEnumerable
Inherited Members
CKDOMObject.Document
CKDOMObject.Application
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 CKRows : CKDOMObject, IDOMObject, IEnumerable<CKRow>, IEnumerable
Remarks

Version: CK2.00.03.0001

Constructors

CKRows(IDOMObject)

Declaration
public CKRows(IDOMObject parent)
Parameters
Type Name Description
IDOMObject parent

Properties

Count

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

IsDirty

Indicates whether this DOM object has unsaved changes.

Declaration
public override bool IsDirty { get; protected set; }
Property Value
Type Description
bool
Overrides
CKDOMObject.IsDirty

IsOrphan

Indicates whether this DOM object is orphaned (e.g., lost its backing COM reference).

Declaration
public override bool IsOrphan { get; protected set; }
Property Value
Type Description
bool
Overrides
CKDOMObject.IsOrphan

this[int]

Declaration
public CKRow this[int index] { get; }
Parameters
Type Name Description
int index
Property Value
Type Description
CKRow

Parent

Gets the logical parent of this DOM object.

Declaration
public override IDOMObject Parent { get; protected set; }
Property Value
Type Description
IDOMObject
Overrides
CKDOMObject.Parent

Methods

GetEnumerator()

Declaration
public IEnumerator<CKRow> GetEnumerator()
Returns
Type Description
IEnumerator<CKRow>

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

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