CustomWorkbookView.Maximized 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.
Maximizado
Representa o seguinte atributo no esquema: maximizado
[DocumentFormat.OpenXml.SchemaAttr(0, "maximized")]
public DocumentFormat.OpenXml.BooleanValue Maximized { get; set; }
public DocumentFormat.OpenXml.BooleanValue Maximized { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "maximized")]
public DocumentFormat.OpenXml.BooleanValue? Maximized { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("maximized")]
public DocumentFormat.OpenXml.BooleanValue? Maximized { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Maximized { get; set; }
member this.Maximized : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "maximized")>]
member this.Maximized : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("maximized")>]
member this.Maximized : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Maximized As BooleanValue
Valor da propriedade
Retorna BooleanValue.
- Atributos