Add Method (row, filterCondition)

Yogesh.ExcelXml

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

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