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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Object GetCaculateValue(
	int row,
	int col
)
Public Function GetCaculateValue ( 
	row As Integer,
	col As Integer
) As Object
public:
Object^ GetCaculateValue(
	int row, 
	int col
)
member GetCaculateValue : 
        row : int * 
        col : int -> Object 

Parameters

row
Int32
col
Int32

Return Value

Object

See Also