次の方法で共有


SharedStringTablePart.SharedStringTable Property

Gets/Sets the root element of this part.

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

Syntax

'宣言
Public Property SharedStringTable As SharedStringTable
    Get
    Set
'使用
Dim instance As SharedStringTablePart
Dim value As SharedStringTable

value = instance.SharedStringTable

instance.SharedStringTable = value
public SharedStringTable SharedStringTable { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SharedStringTable

See Also

Reference

SharedStringTablePart Class

SharedStringTablePart Members

DocumentFormat.OpenXml.Packaging Namespace