Show / Hide Table of Contents

Class CKTable.CKCellRefConverterService

Provides conversion services for cell reference and grid mapping.

Inheritance
object
CKTable.CKCellRefConverterService
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 CKTable.CKCellRefConverterService

Constructors

CKCellRefConverterService(CKTable)

Declaration
public CKCellRefConverterService(CKTable table)
Parameters
Type Name Description
CKTable table

Properties

Grid

Declaration
public CKTableGrid Grid { get; }
Property Value
Type Description
CKTableGrid

Table

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

Extension Methods

ConverterServiceExtensions.GetCellRef(CKTable.CKCellRefConverterService, CKGridCellRef, IDOMObject)
ConverterServiceExtensions.GetGridCellRef(CKTable.CKCellRefConverterService, CKCellRef)
ConverterServiceExtensions.GetGridCellRef(CKTable.CKCellRefConverterService, CKRowCellRef)
ConverterServiceExtensions.GetGridCellRef(CKTable.CKCellRefConverterService, Cell)
ConverterServiceExtensions.GetGridCellRef(CKTable.CKCellRefConverterService, int)
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