API Reference
Struct
CellValueInfo
A typed cell value with row/column coordinates.
Inheritance
- ValueType
- CellValueInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
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
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object
Properties
public Object Value { get; } #Cell value after conversion.