Worksheet Class

Excel Worksheet
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.
public class Worksheet
This language is not supported or no code example is available.
Name Description
Public constructor Worksheet() Constructor
Public constructor Worksheet(FastExcel) Constructor
Top
Name Description
Public property ExistingHeadingRows Is there any existing heading rows
Public property Exists Does the file exist
Public property FastExcel Fast Excel
Public property Headings Heading Names
Public property Index Index of this worksheet (Starts at 1)
Public property Name Name of this worksheet
Public property Rows Collection of rows in this worksheet
Public property Template Template
Top
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 Equals(Object) Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist. (inherited from Object).
Protected method Finalize Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor es von der Garbage Collection freigegeben wird. (inherited from Object).
Public method GetCellsInRange(CellRange) Returns cells using provided range
Public method GetHashCode Fungiert als die Standardhashfunktion. (inherited from Object).
Public method GetType Ruft den Type der aktuellen Instanz ab. (inherited from Object).
Protected method MemberwiseClone Erstellt eine flache Kopie des aktuellen Object. (inherited from Object).
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
Public method ToString Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt. (inherited from Object).
Top
Name Description
Public extension method NameOf(this object) (Defined by NLogHelper).
Top
FastExcel.Worksheet

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition