Freigeben über


CalculatedMembers.Count-Eigenschaft

Calculated Members Count.Represents the attribte in schema: count

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "count")> _
Public Property Count As UInt32Value
    Get
    Set
'Usage
Dim instance As CalculatedMembers
Dim value As UInt32Value

value = instance.Count

instance.Count = value
[SchemaAttrAttribute(, "count")]
public UInt32Value Count { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Hinweise

Specifies the order in which this calculated member is calculated in relation to other calculated members.

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

Specifies the number of calculated members.

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

Siehe auch

Referenz

CalculatedMembers Klasse

CalculatedMembers-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace