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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
string GetFormula(
	int row,
	int column,
	bool bR1C1
)
Function GetFormula ( 
	row As Integer,
	column As Integer,
	bR1C1 As Boolean
) As String
String^ GetFormula(
	int row, 
	int column, 
	bool bR1C1
)
abstract GetFormula : 
        row : int * 
        column : int * 
        bR1C1 : bool -> string 

Parameters

row
Int32
column
Int32
bR1C1
Boolean

Return Value

String

See Also