Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PropertyType Enumeration
In This Topic
    PropertyType Enumeration
    In This Topic
    Specifies data type of a document property.
    Members
    MemberDescription
    BooleanThe property is a boolean value.
    DateTimeThe property is a date time value.
    DoubleThe property is a double value.
    NumberThe property is an integer value.
    StringThe property is a string value.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.PropertyType

    See Also