Freigeben über


TableFormulaType.Array-Eigenschaft

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; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Hinweise

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.

Siehe auch

Referenz

TableFormulaType Klasse

TableFormulaType-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace