SpreadsheetGear 2023
AllowInsertingColumns Property (IProtection)


SpreadsheetGear Namespace > IProtection Interface : AllowInsertingColumns Property
Determines if inserting columns is allowed while the worksheet is protected.
Syntax
'Declaration
 
Property AllowInsertingColumns As System.Boolean
'Usage
 
Dim instance As IProtection
Dim value As System.Boolean
 
instance.AllowInsertingColumns = value
 
value = instance.AllowInsertingColumns
System.bool AllowInsertingColumns {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IProtection Interface
IProtection Members