Show / Hide Table of Contents

Class WordInteropExtensions

Inheritance
object
WordInteropExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: CoverageKiller2.DOM
Assembly: CoverageKiller2.dll
Syntax
public static class WordInteropExtensions

Methods

AsEnumerable(Cells)

Declaration
public static IEnumerable<Cell> AsEnumerable(this Cells cells)
Parameters
Type Name Description
Cells cells
Returns
Type Description
IEnumerable<Cell>

COMEquals(Range, Range)

Declaration
public static bool COMEquals(this Range me, Range other)
Parameters
Type Name Description
Range me
Range other
Returns
Type Description
bool

Contains(Range, Range)

Declaration
public static bool Contains(this Range outer, Range inner)
Parameters
Type Name Description
Range outer
Range inner
Returns
Type Description
bool

ToList(Cells)

Declaration
public static List<Cell> ToList(this Cells cells)
Parameters
Type Name Description
Cells cells
Returns
Type Description
List<Cell>
In this article
Back to top Generated by DocFX