API Reference
Struct
CellValueInfo
A typed cell value with row/column coordinates.
Inheritance
- ValueType
- CellValueInfo
Constructors
public CellValueInfo(Int32 row, Int32 column, Object value) #Creates a typed cell value with coordinates.
Parameters
- row System.Int32
- column System.Int32
- value System.Object
Inherited Methods
Properties
public Object Value { get; } #Cell value after conversion.