Table of Contents

CellValue Class

Represents a cell, including the row, column and sheet where it was read.

Syntax

Namespace: FlexCel.Core

public sealed class CellValue

Constructors

Name Description
CellValue Creates a new CellValue instance.

Properties

Name Description
Sheet Sheet where the cell was read. (1 based)
Row Row where the cell was read. (1 based)
Col Column where the cell was read. (1 based)
Value Value of the cell. The possible objects here are the same as the returned by ExcelFile.​Get​Cell​Value(​​Int32, Int32, Int32)
XF Format of the cell.