Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / DocumentProperty Class / Delete Method


In This Topic
    Delete Method (DocumentProperty)
    In This Topic
    Removes a custom document property.
    Syntax
    'Declaration
     
    
    Public Function Delete() As Boolean
    'Usage
     
    
    Dim instance As DocumentProperty
    Dim value As Boolean
     
    value = instance.Delete()
    public bool Delete()

    Return Value

    true if the document property is removed; otherwise, false.
    See Also