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 XlsWorksheet..::..TRangeValueType GetCellType(
	int row,
	int column,
	bool bNeedFormulaSubType
)
Public Function GetCellType ( 
	row As Integer,
	column As Integer,
	bNeedFormulaSubType As Boolean
) As XlsWorksheet..::..TRangeValueType
public:
XlsWorksheet..::..TRangeValueType GetCellType(
	int row, 
	int column, 
	bool bNeedFormulaSubType
)
member GetCellType : 
        row : int * 
        column : int * 
        bNeedFormulaSubType : bool -> XlsWorksheet..::..TRangeValueType 

Parameters

row
Int32
column
Int32
bNeedFormulaSubType
Boolean

Return Value

XlsWorksheet..::..TRangeValueType

See Also