Click or drag to resize

XlsWorksheet SetError Method (Int32, Int32, String, Boolean)

Sets error in the specified cell.

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

Parameters

iRow
Type: System Int32
iColumn
Type: System Int32
value
Type: System String
isSetText
Type: System Boolean
See Also