[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PropertyType

PropertyType Enum

Specifies data type of a document property.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum PropertyType
Public Enum PropertyType

Fields

Name Description
Boolean

The property is a boolean value.

ByteArray

The property is an array of bytes.

DateTime

The property is a date time value.

Double

The property is a floating number.

Number

The property is an integer number.

ObjectArray

The property is an array of objects.

String

The property is a string value.