Click or drag to resize

XlsWorksheet GetCellType Method

Gets cell type from current column.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsWorksheetTRangeValueType GetCellType(
	int row,
	int column,
	bool bNeedFormulaSubType
)

Parameters

row
Type: System Int32
Indicates row.
column
Type: System Int32
Indicates column.
bNeedFormulaSubType
Type: System Boolean
Indicates is need to indified formula sub type.

Return Value

Type: XlsWorksheet TRangeValueType
Returns cell type.
See Also