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