Table of Contents

Class XlsxCell

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
public class XlsxCell : XlsxCellBase
Inheritance
XlsxCell
Inherited Members
Extension Methods

Constructors

XlsxCell(int, int, int, int)

public XlsxCell(int col, int row, int colSpan = 1, int rowSpan = 1)

Parameters

col int
row int
colSpan int
rowSpan int

Properties

Format

public string Format { get; set; }

Property Value

string

Value

public object Value { get; set; }

Property Value

object

WrapText

public bool WrapText { get; set; }

Property Value

bool

Methods

ApplyInternal(ExcelRange)

protected override void ApplyInternal(ExcelRange cell)

Parameters

cell ExcelRange