Spread Windows Forms 12.0 Product Documentation
DocumentPropertyType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace : DocumentPropertyType Enumeration
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

Reference

GrapeCity.Core Namespace