XlToolbarProtection Enumeration

Specifies which properties of a toolbar are restricted. Options may be combined using Or.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlToolbarProtection
'Usage
Dim instance As XlToolbarProtection
public enum XlToolbarProtection

Members

Member name Description
xlNoButtonChanges No button changes permitted.
xlNoChanges No changes of any kind.
xlNoDockingChanges No changes to toolbar's docking position.
xlToolbarProtectionNone All changes permitted.
xlNoShapeChanges No changes to toolbar shape.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace