Worksheet Methods

The following tables list the members exposed by the Worksheet type.

Methods
 
Name Description
Public method AddRow(params object[]) Add a row using a collection of value objects
Public method AddValue(int, int, object) Note: This method is slow
Public method GetCellsInRange(CellRange) Returns cells using provided range
Public method Merge(Worksheet) Merges the parameter into the current DatSet object, the parameter takes precedence
Public method PopulateRows<T>(IEnumerable<T>, int, bool) Populate rows
Public method PopulateRowsFromDataTable(DataTable, int) Populate rows from datatable
Public method Read(int) Read the worksheet
Top

In this article

Definition