次の方法で共有


RowFields.Count Property

Repeated Items Count.Represents the attribte in schema: count

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

Syntax

'宣言
<SchemaAttrAttribute(, "count")> _
Public Property Count As UInt32Value
    Get
    Set
'使用
Dim instance As RowFields
Dim value As UInt32Value

value = instance.Count

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

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

Specifies the number of repeated items in the collection.

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

See Also

Reference

RowFields Class

RowFields Members

DocumentFormat.OpenXml.Spreadsheet Namespace