Cell Class
Public Class Cell
This language is not supported or no code example is available.
public class Cell
This language is not supported or no code example is available.
public ref class Cell
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
Cell(XElement, Worksheet) | /// Create a new Cell /// |
|
Cell(int, object) | /// Create a new Cell /// |
| Name | Description | |
|---|---|---|
|
CellName | /// First defined name assigned to cell or cell Letter + row number if no named defined. /// |
|
CellNames | /// List of defined names assigned to this cell /// *Does not include names of ranges this cell is within* /// |
|
ColumnName | /// Defined name or the column letter(s) for column this cell is in /// |
|
ColumnNumber | /// Column Numnber (Starts at 1) /// |
|
RowNumber | /// Number of the row this cell is on /// |
|
Value | /// The value that is stored /// |
|
XElement | /// Raw underlying XElement of cell /// |
| Name | Description | |
|---|---|---|
|
Equals(Object) | Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist. (inherited from Object). |
|
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). |
|
GetExcelColumnName(int) | /// Convert Column Number into Column Name - Character(s) eg 1-A, 2-B /// |
|
GetExcelColumnNumber(string, bool) | /// Covert Column Name - Character(s) into a Column Number eg A-1, B-2, A1 - 1, B9 - 2 /// |
|
GetHashCode | Fungiert als die Standardhashfunktion. (inherited from Object). |
|
GetType | Ruft den Type der aktuellen Instanz ab. (inherited from Object). |
|
MemberwiseClone | Erstellt eine flache Kopie des aktuellen Object. (inherited from Object). |
|
Merge(Cell) | /// Merge the parameter cell into this cell /// |
|
ToString() | /// /// |
| Name | Description | |
|---|---|---|
|
NameOf(this object) | (Defined by NLogHelper). |
FastExcel.Cell