API Reference
Struct
ExcelCellValueInfo
A typed cell value with row/column coordinates.
Inheritance
- ValueType
- ExcelCellValueInfo
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
- Method ExcelSheet.EnumerateCells
- Method ExcelSheet.EnumerateRange
Constructors
public ExcelCellValueInfo(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