次の方法で共有


UserInfo.Id Property

User Id.Represents the attribte in schema: id

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

Syntax

'宣言
<SchemaAttrAttribute(, "id")> _
Public Property Id As Int32Value
    Get
    Set
'使用
Dim instance As UserInfo
Dim value As Int32Value

value = instance.Id

instance.Id = value
[SchemaAttrAttribute(, "id")]
public Int32Value Id { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

UserInfo Class

UserInfo Members

DocumentFormat.OpenXml.Spreadsheet Namespace