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 | |
|---|---|---|
|
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 /// |
|
Merge(Cell) | /// Merge the parameter cell into this cell /// |
|
ToString() | /// /// |
| Name | Description | |
|---|---|---|
|
NameOf(this object) | (Defined by NLogHelper). |