Add Method (range, filterCondition)

Yogesh.ExcelXml

A Sandcastle Documented Class Library Add Method (range, filterCondition)
NamespacesYogesh.ExcelXmlCellCollectionAdd(Range, Predicate<(Of <(Cell>)>))
Adds a range to the collection if it matches the filter condition
Declaration Syntax
C# Visual Basic Visual C++
public void Add(
	Range range,
	Predicate<Cell> filterCondition
)
Public Sub Add ( _
	range As Range, _
	filterCondition As Predicate(Of Cell) _
)
public:
void Add(
	Range^ range, 
	Predicate<Cell^>^ filterCondition
)
Parameters
range (Range)
Range to add
filterCondition (Predicate<(Of <(Cell>)>))
Filter predicate

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