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
)
Public Function GetError (
row As Integer,
column As Integer
) As String
public:
virtual String^ GetError(
int row,
int column
) sealed
abstract GetError :
row : int *
column : int -> string
override GetError :
row : int *
column : int -> string
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