[]
        
(Showing Draft Content)

GrapeCity.Core.DocumentProperty

DocumentProperty Class

Represents a custom or built-in document property of a container document.

Inheritance
DocumentProperty
Namespace: GrapeCity.Core
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public sealed class DocumentProperty
Public NotInheritable Class DocumentProperty

Properties

Name Description
Boolean

Gets or sets the yes or no value associated with the custom document property.

Date

Gets or sets the datetime value associated with the custom document property.

FloatNumber

Gets or sets the number value associated with the custom document property.

Name

Gets or sets the custom name associated with the custom document property.

Number

Gets or sets the number value associated with the custom document property.

Text

Gets or sets the text value associated with the custom document property.

Type

Gets or sets the custom property type associated with the custom document property.

Methods

Name Description
Delete()

Removes a custom document property.

ToString()

Returns a string that represents this instance.