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 GetFormulaStringValue(
	int row,
	int column
)
Function GetFormulaStringValue ( 
	row As Integer,
	column As Integer
) As String
String^ GetFormulaStringValue(
	int row, 
	int column
)
abstract GetFormulaStringValue : 
        row : int * 
        column : int -> string 

Parameters

row
Int32
column
Int32

Return Value

String

See Also