Spread Windows Forms 12.0 Product Documentation
Type Property (DocumentProperty)


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > DocumentProperty Class : Type Property
Gets or sets the custom property type associated with the custom document property.
Syntax
'Declaration
 
Public ReadOnly Property Type As DocumentPropertyType
'Usage
 
Dim instance As DocumentProperty
Dim value As DocumentPropertyType
 
value = instance.Type
public DocumentPropertyType Type {get;}

Property Value

A CustomPropertyType represents the custom property type
See Also

Reference

DocumentProperty Class
DocumentProperty Members