Click or drag to resize

XlsWorksheet GetError Method

Gets error value from cell.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public 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.

Implements

IWorksheet GetError(Int32, Int32)
See Also