Click or drag to resize

IWorksheet GetError Method

Gets error value from cell.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string GetError(
	int row,
	int column
)

Parameters

row
Type: System Int32
Row index.
column
Type: System Int32
Column index.

Return Value

Type: String
Returns error value or null.
See Also