Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IProtection Interface / AllowInsertingHyperlinks Property


In This Topic
    AllowInsertingHyperlinks Property
    In This Topic
    Gets a boolean value indicating whether the insertion of hyperlinks is allowed on a protected worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property AllowInsertingHyperlinks As Boolean
    'Usage
     
    
    Dim instance As IProtection
    Dim value As Boolean
     
    value = instance.AllowInsertingHyperlinks
    bool AllowInsertingHyperlinks {get;}
    See Also