 | WorksheetCastValue Method |
Method to cast a value or align an object of the type Cell to the context of the worksheet
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+3a069966d2787c42b695e5043a5e083b247634e3
Syntaxprivate Cell CastValue(
Object value,
int column,
int row
)
Parameters
- value Object
- Unspecified value or object of the type Cell.
- column Int32
- Column index.
- row Int32
- Row index.
Return Value
CellCell object.
See Also