Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / EnhancedProtection Class / iprotInsertHyperlinks Property


In This Topic
    iprotInsertHyperlinks Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property iprotInsertHyperlinks As Boolean
    'Usage
     
    
    Dim instance As EnhancedProtection
    Dim value As Boolean
     
    instance.iprotInsertHyperlinks = value
     
    value = instance.iprotInsertHyperlinks
    public bool iprotInsertHyperlinks {get; set;}
    See Also