Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats.Visio Namespace / NVisioDrawingSaveSettings Class / TableProtections Property


In This Topic
    TableProtections Property
    In This Topic
    Gets/Sets the protections to apply to the Visio shapes created for a NOV table block. By default set to move, resize, rotate, delete, ungroup, geometry and trackers edit.
    Syntax
    'Declaration
     
    
    Public Property TableProtections As ENDiagramItemOperationMask
    'Usage
     
    
    Dim instance As NVisioDrawingSaveSettings
    Dim value As ENDiagramItemOperationMask
     
    instance.TableProtections = value
     
    value = instance.TableProtections
    public ENDiagramItemOperationMask TableProtections {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also