PicoXLSX Library Documentation
![]() | WorksheetCastValue Method |
Method to cast a value or align an object of the type Cell to the context of the worksheet
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
private Cell CastValue( Object value, int column, int row )
Parameters
- value
- Type: SystemObject
Unspecified value or object of the type Cell - column
- Type: SystemInt32
Column index - row
- Type: SystemInt32
Row index
Return Value
Type: CellCell object
