Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 GetFormula( int row, int column, bool bR1C1 )
Public Function GetFormula ( row As Integer, column As Integer, bR1C1 As Boolean ) As String
public: virtual String^ GetFormula( int row, int column, bool bR1C1 ) sealed
abstract GetFormula : row : int * column : int * bR1C1 : bool -> string override GetFormula : row : int * column : int * bR1C1 : bool -> string