Worksheet Methods
The following tables list the members exposed by the Worksheet type.
| Name | Description | |
|---|---|---|
|
AddRow(params object[]) | Add a row using a collection of value objects |
|
AddValue(int, int, object) | Note: This method is slow |
|
GetCellsInRange(CellRange) | Returns cells using provided range |
|
Merge(Worksheet) | Merges the parameter into the current DatSet object, the parameter takes precedence |
|
PopulateRows<T>(IEnumerable<T>, int, bool) | Populate rows |
|
PopulateRowsFromDataTable(DataTable, int) | Populate rows from datatable |
|
Read(int) | Read the worksheet |
| Name | Description | |
|---|---|---|
|
NameOf(this object) | (Defined by NLogHelper). |