Class Cell
- Namespace
- FileFormat.Cells
- Assembly
- FileFormat.Cells.dll
- Inheritance
-
Cell
- Inherited Members
-
Constructors
public Cell(Cell cell, SheetData sheetData)
Parameters
cell Cell
sheetData SheetData
Properties
public string CellReference { get; }
Property Value
- string
Methods
public void ApplyStyle(uint styleIndex)
Parameters
styleIndex uint
public CellValues? GetDataType()
Returns
- CellValues?
public string GetFormula()
Returns
- string
Returns
- string
public void PutFormula(string formula)
Parameters
formula string
public void PutValue(DateTime value)
Parameters
value DateTime
public void PutValue(double value)
Parameters
value double
public void PutValue(string value)
Parameters
value string