次の方法で共有


SharedStringTable.UniqueCount Property

Unique String Count.Represents the attribte in schema: uniqueCount

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

Syntax

'宣言
<SchemaAttrAttribute(, "uniqueCount")> _
Public Property UniqueCount As UInt32Value
    Get
    Set
'使用
Dim instance As SharedStringTable
Dim value As UInt32Value

value = instance.UniqueCount

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

SharedStringTable Class

SharedStringTable Members

DocumentFormat.OpenXml.Spreadsheet Namespace