Class XlsxCell
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
Properties
Format
public string Format { get; set; }
Property Value
Value
public object Value { get; set; }
Property Value
WrapText
public bool WrapText { get; set; }
Property Value
Methods
ApplyInternal(ExcelRange)
protected override void ApplyInternal(ExcelRange cell)
Parameters
cellExcelRange