Table of Contents

Class XlsxCell

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

One cell on a worksheet.

public sealed class XlsxCell
Inheritance
XlsxCell
Inherited Members

Remarks

A cell knows its column but not its row: rows own their cells, which is both how SpreadsheetML stores them and what lets a sparse sheet stay sparse.

Constructors

XlsxCell(int, XlsxCellValue, XlsxCellStyle?)

Creates a cell.

Properties

Column

Gets the one-based column index.

Style

Gets the style.

Value

Gets the value.