Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PropertyType Enumeration
In This Topic
    PropertyType Enumeration
    In This Topic
    Specifies data type of a document property.
    Syntax
    public enum PropertyType : System.Enum 
    Members
    MemberDescription
    Boolean The property is a boolean value.
    DateTime The property is a date time value.
    Double The property is a double value.
    Number The property is an integer value.
    String The property is a string value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.PropertyType

    See Also