PicoXLSX Library Documentation
![]() | WorkbookShortenerValue Method (Object, Style) |
Sets a value with style into the current cell and moves the cursor to the next cell (column or row depending on the defined cell direction)
Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)

C#
public void Value( Object value, Style style )
Parameters
- value
- Type: SystemObject
Value to set - style
- Type: PicoXLSXStyle
Style to apply

Exception | Condition |
---|---|
WorksheetException | Throws a WorksheetException if no worksheet was defined |
