Table of Contents

Method Error

Namespace
DocWright.Formats.Xlsx
Assembly
DocWright.Formats.Xlsx.dll

Error(string?)

Creates an error literal.

public static XlsxCellValue Error(string? code)

Parameters

code string

The literal, such as #VALUE!. Null or empty becomes #VALUE!.

Returns

XlsxCellValue

The value.