Share via


CalculatedMembers.Count Property

Definition

Calculated Members Count

Represents the following attribute in the schema: count

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

Property Value

Returns UInt32Value.

Attributes

Remarks

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.

Applies to