GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentProperty Class / Type Property


In This Topic
Type Property (DocumentProperty)
In This Topic
Gets or sets the custom property type associated with the custom document property.
Syntax
'Declaration
 
Public Property Type As DocumentPropertyType
 
'Usage
 
Dim instance As DocumentProperty
Dim value As DocumentPropertyType
 
instance.Type = value
 
value = instance.Type

Property Value

A CustomPropertyType represents the custom property type
See Also