Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
column
Int32

Return Value

String

Implements

IWorksheet..::..GetError(Int32, Int32)

See Also