SheetView.View 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.
Tipo de exibição
Representa o seguinte atributo no esquema: exibição
[DocumentFormat.OpenXml.SchemaAttr(0, "view")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> View { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> View { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "view")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues>? View { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("view")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues>? View { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues>? View { get; set; }
member this.View : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "view")>]
member this.View : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("view")>]
member this.View : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.SheetViewValues> with get, set
Public Property View As EnumValue(Of SheetViewValues)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos