[]
        
(Showing Draft Content)

GrapeCity.Core.DocumentPropertyType

DocumentPropertyType Enum

DocumentPropertyType defines the type of the custom document property.

Namespace: GrapeCity.Core
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum DocumentPropertyType : byte
Public Enum DocumentPropertyType As Byte

Fields

Name Description
Boolean

The value of document property is boolean value;

Date

The value of document property is date value.

Float

The value of document property is floating point value.

Number

The value of document property is integer value.

String

The value of document property is string value.