Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentPropertyType Enumeration


In This Topic
    DocumentPropertyType Enumeration
    In This Topic
    DocumentPropertyType defines the type of the custom document property.
    Syntax
    'Declaration
     
    
    Public Enum DocumentPropertyType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DocumentPropertyType
    public enum DocumentPropertyType : System.Enum 
    Members
    MemberDescription
    BooleanThe value of document property is boolean value;
    DateThe value of document property is date value.
    FloatThe value of document property is floating point value.
    NumberThe value of document property is integer value.
    StringThe value of document property is string value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Core.DocumentPropertyType

    See Also