[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PropertyType

PropertyType Enum

Specifies data type of a document property.

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public enum PropertyType

Fields

Name Description
Boolean

The property is a boolean value.

DateTime

The property is a date time value.

Double

The property is a double value.

Number

The property is an integer value.

String

The property is a string value.