Contains Method (cell)

Yogesh.ExcelXml

A Sandcastle Documented Class Library Contains Method (cell)
NamespacesYogesh.ExcelXmlRangeContains(Cell)
Checks if a particular cell is present in a range or not
Declaration Syntax
C# Visual Basic Visual C++
public bool Contains(
	Cell cell
)
Public Function Contains ( _
	cell As Cell _
) As Boolean
public:
bool Contains(
	Cell^ cell
)
Parameters
cell (Cell)
Cell to check
Return Value
true if cell is present, false otherwise

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158