CustomSheetView.View Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Tipo de vista
Representa el atributo siguiente en el esquema: view
[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 de propiedad
Devuelve EnumValue<T>.
- Atributos