A Sandcastle Documented Class Library
Add Method
Namespaces ► Yogesh.ExcelXml ► CellCollection ► Add()()()

Icon | Member | Description |
---|---|---|
![]() |
Add(Range) |
Adds a range to the collection
|
![]() |
Add(Worksheet) |
Adds a worksheet to the collection
|
![]() |
Add(Row) |
Adds a row to the collection
|
![]() |
Add(Cell, Predicate<(Of <(Cell>)>)) |
Adds a single cell to the collection if it matches the filter condition
|
![]() |
Add(Range, Predicate<(Of <(Cell>)>)) |
Adds a range to the collection if it matches the filter condition
|
![]() |
Add(Worksheet, Predicate<(Of <(Cell>)>)) |
Adds a worksheet to the collection if it matches the filter condition
|
![]() |
Add(Row, Predicate<(Of <(Cell>)>)) |
Adds a row to the collection if it matches the filter condition
|
![]() |
Add(T) |
Adds an object to the end of the List<(Of <(T>)>).
|