SheetProtection.DeleteRows Property

Definition

Delete Rows Locked

Represents the following attribute in the schema: deleteRows

[DocumentFormat.OpenXml.SchemaAttr(0, "deleteRows")]
public DocumentFormat.OpenXml.BooleanValue DeleteRows { get; set; }
public DocumentFormat.OpenXml.BooleanValue DeleteRows { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "deleteRows")]
public DocumentFormat.OpenXml.BooleanValue? DeleteRows { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("deleteRows")]
public DocumentFormat.OpenXml.BooleanValue? DeleteRows { get; set; }
public DocumentFormat.OpenXml.BooleanValue? DeleteRows { get; set; }
member this.DeleteRows : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "deleteRows")>]
member this.DeleteRows : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("deleteRows")>]
member this.DeleteRows : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property DeleteRows As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to