Click or drag to resize

XlsWorksheet SetFormulaErrorValue Method

Sets formula error value.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetFormulaErrorValue(
	int iRow,
	int iColumn,
	string value
)

Parameters

iRow
Type: System Int32
One based row index.
iColumn
Type: System Int32
One based column index.
value
Type: System String
Represents formula error value for set.

Implements

IWorksheet SetFormulaErrorValue(Int32, Int32, String)
See Also