UserInfo class
User Information. When the object is serialized out as xml, its qualified name is x:userInfo.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.UserInfo
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
userInfo (User Information)
This element represents a user, and it stores information about a specific user as it relates to revisions.
Parent Elements |
|---|
users (§18.11.2.2) |
Child Elements | Subclause |
|---|---|
extLst (Future Feature Data Storage Area) | §18.2.10 |
Attributes | Description |
|---|---|
dateTime (Date Time) | Date and time when this user opened the shared workbook. The possible values for this attribute are defined by the W3C XML Schema dateTime datatype. |
guid (User Revisions GUID) | A globally unique identifier identifying the last set of revisions that this uses is synchronized to. This attribute can be used by the spreadsheet application to ensure that revisions this user depends on aren't deleted. The possible values for this attribute are defined by the ST_Guid simple type (§22.9.2.4). |
id (User Id) | An integer representing an internal user id for this user. This number can be negative. The possible values for this attribute are defined by the W3C XML Schema int datatype. |
name (User Name) | Display name for this user [Note: User name strings should not be longer than 54 characters. end note] The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19). |
[Note: The W3C XML Schema definition of this element’s content model (CT_SharedUser) is located in §A.2. end note]
© ISO/IEC29500: 2008.