Add Method (ws, filterCondition)

Yogesh.ExcelXml

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

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