Interface ICellRef<T>
Namespace: CoverageKiller2.DOM.Tables
Assembly: CoverageKiller2.dll
Syntax
public interface ICellRef<out T> where T : IDOMObject
Type Parameters
Name | Description |
---|---|
T |
Properties
Parent
Declaration
IDOMObject Parent { get; }
Property Value
Type | Description |
---|---|
IDOMObject |
Table
Declaration
CKTable Table { get; }
Property Value
Type | Description |
---|---|
CKTable |