Cell Class

/// Contains the actual value ///
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.
public class Cell
This language is not supported or no code example is available.
Name Description
Public constructor Cell(XElement, Worksheet) /// Create a new Cell ///
Public constructor Cell(int, object) /// Create a new Cell ///
Top
Name Description
Public property CellName /// First defined name assigned to cell or cell Letter + row number if no named defined. ///
Public property CellNames /// List of defined names assigned to this cell /// *Does not include names of ranges this cell is within* ///
Public property ColumnName /// Defined name or the column letter(s) for column this cell is in ///
Public property ColumnNumber /// Column Numnber (Starts at 1) ///
Public property RowNumber /// Number of the row this cell is on ///
Public property Value /// The value that is stored ///
Public property XElement /// Raw underlying XElement of cell ///
Top
Methods
 
Name Description
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 Static GetExcelColumnName(int) /// Convert Column Number into Column Name - Character(s) eg 1-A, 2-B ///
Public method Static GetExcelColumnNumber(string, bool) /// Covert Column Name - Character(s) into a Column Number eg A-1, B-2, A1 - 1, B9 - 2 ///
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(Cell) /// Merge the parameter cell into this cell ///
Public method ToString() /// ///
Top
Name Description
Public extension method NameOf(this object) (Defined by NLogHelper).
Top

.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