TableFormulaType.Array Property

Definition

Array

Represents the following attribute in the schema: array

[DocumentFormat.OpenXml.SchemaAttr(0, "array")]
public DocumentFormat.OpenXml.BooleanValue Array { get; set; }
public DocumentFormat.OpenXml.BooleanValue Array { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "array")]
public DocumentFormat.OpenXml.BooleanValue? Array { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("array")]
public DocumentFormat.OpenXml.BooleanValue? Array { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Array { get; set; }
member this.Array : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "array")>]
member this.Array : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("array")>]
member this.Array : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Array As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

A Boolean value that indicates whether this formula is an array style formula.

The possible values for this attribute are defined by the XML Schema boolean data type.

Applies to