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
)
Function GetError (
row As Integer,
column As Integer
) As String
String^ GetError(
int row,
int column
)
abstract 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.
See Also