Add Method (cell, filterCondition)

Yogesh.ExcelXml

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

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