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, bool isForSerialization )
Public Function GetFormula ( row As Integer, column As Integer, bR1C1 As Boolean, isForSerialization As Boolean ) As String
public: String^ GetFormula( int row, int column, bool bR1C1, bool isForSerialization )
member GetFormula : row : int * column : int * bR1C1 : bool * isForSerialization : bool -> string