SheetProtection.DeleteRows Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Excluir linhas bloqueadas
Representa o seguinte atributo no esquema: 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
Valor da propriedade
Retorna BooleanValue.
- Atributos