Spread Windows Forms 15.0
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 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