Show / Hide Table of Contents

Class ConverterServiceExtensions

Inheritance
object
ConverterServiceExtensions
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 static class ConverterServiceExtensions

Methods

GetCellRef(CKCellRefConverterService, CKGridCellRef, IDOMObject)

Declaration
public static CKCellRef GetCellRef(this CKTable.CKCellRefConverterService service, CKGridCellRef gridRef, IDOMObject parent)
Parameters
Type Name Description
CKTable.CKCellRefConverterService service
CKGridCellRef gridRef
IDOMObject parent
Returns
Type Description
CKCellRef

GetGridCellRef(CKCellRefConverterService, CKCellRef)

Declaration
public static CKGridCellRef GetGridCellRef(this CKTable.CKCellRefConverterService service, CKCellRef cellRef)
Parameters
Type Name Description
CKTable.CKCellRefConverterService service
CKCellRef cellRef
Returns
Type Description
CKGridCellRef

GetGridCellRef(CKCellRefConverterService, CKRowCellRef)

Declaration
public static CKGridCellRef GetGridCellRef(this CKTable.CKCellRefConverterService service, CKRowCellRef rowRef)
Parameters
Type Name Description
CKTable.CKCellRefConverterService service
CKRowCellRef rowRef
Returns
Type Description
CKGridCellRef

GetGridCellRef(CKCellRefConverterService, Cell)

Declaration
public static CKGridCellRef GetGridCellRef(this CKTable.CKCellRefConverterService service, Cell wordCell)
Parameters
Type Name Description
CKTable.CKCellRefConverterService service
Cell wordCell
Returns
Type Description
CKGridCellRef

GetGridCellRef(CKCellRefConverterService, int)

Declaration
public static CKGridCellRef GetGridCellRef(this CKTable.CKCellRefConverterService service, int index)
Parameters
Type Name Description
CKTable.CKCellRefConverterService service
int index
Returns
Type Description
CKGridCellRef
In this article
Back to top Generated by DocFX