Class CellValue

CellValue class

Represents the cell value and corresponding type.

public class CellValue

Constructors

NameDescription
CellValue()The default constructor.

Properties

NameDescription
Type { get; set; }Gets/sets the type of cell value.
Value { get; set; }Gets/sets the cell value.

See Also