Worksheet Class
Public Class Worksheet
This language is not supported or no code example is available.
public class Worksheet
This language is not supported or no code example is available.
public ref class Worksheet
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
Worksheet() | Constructor |
|
Worksheet(FastExcel) | Constructor |
| 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). |