Class WordInteropExtensions
Inheritance
WordInteropExtensions
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
COMEquals(Range, Range)
Declaration
public static bool COMEquals(this Range me, Range other)
Parameters
Returns
Contains(Range, Range)
Declaration
public static bool Contains(this Range outer, Range inner)
Parameters
Returns
ToList(Cells)
Declaration
public static List<Cell> ToList(this Cells cells)
Parameters
Type |
Name |
Description |
Cells |
cells |
|
Returns