Method Error
Error(string?)
Creates an error literal.
public static XlsxCellValue Error(string? code)
Parameters
codestringThe literal, such as
#VALUE!. Null or empty becomes#VALUE!.
Returns
- XlsxCellValue
The value.
Creates an error literal.
public static XlsxCellValue Error(string? code)
code stringThe literal, such as #VALUE!. Null or empty becomes #VALUE!.
The value.