TableFormulaType.Array Property
Array.Represents the attribte in schema: array
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "array")> _
Public Property Array As BooleanValue
Get
Set
'Usage
Dim instance As TableFormulaType
Dim value As BooleanValue
value = instance.Array
instance.Array = value
[SchemaAttrAttribute(, "array")]
public BooleanValue Array { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.
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.