TIWCGJQSpreadSheetCellType Enumeration

Represents type TIWCGJQSpreadSheetCellType.

Namespace: IWCGJQSpreadSheet
type
 TIWCGJQSpreadSheetCellType = (jqssctDefault,jqssctPercent,jqssctNumber,jqssctDate,jqssctTime,jqssctCurrency);

The TIWCGJQSpreadSheetCellType type exposes the following members.

Show:
 NameDescription
jqssctCurrency

Represents constant jqssctCurrency.

jqssctDate

Represents constant jqssctDate.

jqssctDefault

Represents constant jqssctDefault.

jqssctNumber

Represents constant jqssctNumber.

jqssctPercent

Represents constant jqssctPercent.

jqssctTime

Represents constant jqssctTime.

Top