aspose.cells

Class PropertyType

Utility class containing constants. Specifies data type of a document property.

Field Summary
const  NumberBOOLEAN
The property is a boolean value.
const  NumberDATE_TIME
The property is a date time value.
const  NumberDOUBLE
The property is a floating number.
const  NumberNUMBER
The property is an integer number.
const  NumberSTRING
The property is a string value.
const  NumberBLOB
The property is a byte array.
 

    • Field Detail

      • BOOLEAN

        const Number BOOLEAN
        The property is a boolean value.
      • DATE_TIME

        const Number DATE_TIME
        The property is a date time value.
      • DOUBLE

        const Number DOUBLE
        The property is a floating number.
      • NUMBER

        const Number NUMBER
        The property is an integer number.
      • STRING

        const Number STRING
        The property is a string value.
      • BLOB

        const Number BLOB
        The property is a byte array.