...
Wiki Markup |
---|
{introducedin: 8.6.1 |
...
Description |
---|
Excerpt |
---|
Sets or returns whether the worksheet will allow users to delete columns when the worksheet is protected. |
Signature | |||
---|---|---|---|
C# | C# | }
{description}
{excerpt}Sets or returns whether the worksheet will allow users to delete columns when the worksheet is protected.{excerpt}
{signature:C#}
public boolean AllowDeleteColumns{ get; set; }
| |
Signature | |||
{signature}{signature:vb.net | vb.net | }
Public Property AllowDeleteColumns() As Boolean
| |
Example | |||
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vbnet | vbnet | title |