XlsWorksheet GetFormulaErrorValue Method |
Namespace: Spire.Xls.Core.Spreadsheet
public string GetFormulaErrorValue( int row, int column )
Public Function GetFormulaErrorValue ( row As Integer, column As Integer ) As String
public: virtual String^ GetFormulaErrorValue( int row, int column ) sealed
abstract GetFormulaErrorValue : row : int * column : int -> string override GetFormulaErrorValue : row : int * column : int -> string