Add Method (range, cellCompare)

Yogesh.ExcelXml

A Sandcastle Documented Class Library Add Method (range, cellCompare)
NamespacesYogesh.ExcelXmlFormulaAdd(Range, Predicate<(Of <(Cell>)>))
Adds a filtered range as a parameter
Declaration Syntax
C# Visual Basic Visual C++
public void Add(
	Range range,
	Predicate<Cell> cellCompare
)
Public Sub Add ( _
	range As Range, _
	cellCompare As Predicate(Of Cell) _
)
public:
void Add(
	Range^ range, 
	Predicate<Cell^>^ cellCompare
)
Parameters
range (Range)
Range to add as parameter
cellCompare (Predicate<(Of <(Cell>)>))
A custom defined cell to compare the values of the range

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