XlsWorksheet GetError Method |
Namespace: Spire.Xls.Core.Spreadsheet
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