Table of Contents

Class Cell

Namespace
FileFormat.Cells
Assembly
FileFormat.Cells.dll
public sealed class Cell
Inheritance
Cell
Inherited Members

Constructors

Cell(Cell, SheetData)

public Cell(Cell cell, SheetData sheetData)

Parameters

cell Cell
sheetData SheetData

Properties

CellReference

public string CellReference { get; }

Property Value

string

Methods

ApplyStyle(uint)

public void ApplyStyle(uint styleIndex)

Parameters

styleIndex uint

GetDataType()

public CellValues? GetDataType()

Returns

CellValues?

GetFormula()

public string GetFormula()

Returns

string

GetValue()

public string GetValue()

Returns

string

PutFormula(string)

public void PutFormula(string formula)

Parameters

formula string

PutValue(DateTime)

public void PutValue(DateTime value)

Parameters

value DateTime

PutValue(double)

public void PutValue(double value)

Parameters

value double

PutValue(string)

public void PutValue(string value)

Parameters

value string