Link Search Menu Expand Document

CellIsInteger Property

Gets a value indicating whether this Cell contains integer number.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool IsInteger { get; }

Property Value

Type: Boolean
true if this Cell contains integer number; otherwise, false.

Implements

ICellIsInteger
See Also

Reference