[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PropertyType

Enum PropertyType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Specifies data type of a document property.

public enum PropertyType

Fields

Boolean = 1

The property is a boolean value.

DateTime = 2

The property is a date time value.

Double = 4

The property is a double value.

Number = 0

The property is an integer value.

String = 3

The property is a string value.