Compartilhar via


CustomChartsheetViews Construtores

Definição

Sobrecargas

CustomChartsheetViews()

Inicializa uma nova instância da classe CustomChartsheetViews.

CustomChartsheetViews(OpenXmlElement[])

Inicializa uma nova instância da classe CustomChartsheetViews com os elementos filho especificados.

CustomChartsheetViews(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe CustomChartsheetViews com os elementos filho especificados.

CustomChartsheetViews(String)

Inicializa uma nova instância da classe CustomChartsheetViews do XML externo.

CustomChartsheetViews()

Inicializa uma nova instância da classe CustomChartsheetViews.

public CustomChartsheetViews ();
Public Sub New ()

Aplica-se a

CustomChartsheetViews(OpenXmlElement[])

Inicializa uma nova instância da classe CustomChartsheetViews com os elementos filho especificados.

public CustomChartsheetViews (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews
Public Sub New (ParamArray childElements As OpenXmlElement())

Parâmetros

childElements
OpenXmlElement[]

Especifica os elementos filho.

Aplica-se a

CustomChartsheetViews(IEnumerable<OpenXmlElement>)

Inicializa uma nova instância da classe CustomChartsheetViews com os elementos filho especificados.

public CustomChartsheetViews (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parâmetros

childElements
IEnumerable<OpenXmlElement>

Especifica os elementos filho.

Aplica-se a

CustomChartsheetViews(String)

Inicializa uma nova instância da classe CustomChartsheetViews do XML externo.

public CustomChartsheetViews (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews : string -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews
Public Sub New (outerXml As String)

Parâmetros

outerXml
String

Especifica o XML externo do elemento.

Aplica-se a