Workbook.Shortener.Value Method (Object)

PicoXLSX

PicoXLSX

WorkbookShortenerValue Method (Object)

Sets a value 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)
Syntax
C#
public void Value(
	Object value
)

Parameters

value
Type: SystemObject
Value to set
Exceptions
ExceptionCondition
WorksheetExceptionThrows a WorksheetException if no worksheet was defined
See Also