[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.PropertyType

Enum PropertyType

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Specifies data type of a document property.

public enum PropertyType

Fields

Boolean = 0

The property is a boolean value.

ByteArray = 6

The property is an array of bytes.

DateTime = 1

The property is a date time value.

Double = 2

The property is a floating number.

Number = 3

The property is an integer number.

ObjectArray = 5

The property is an array of objects.

String = 4

The property is a string value.