Comment.AuthorId Property

Author Id.Represents the attribte in schema: authorId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "authorId")> _
Public Property AuthorId As UInt32Value
    Get
    Set
'Usage
Dim instance As Comment
Dim value As UInt32Value

value = instance.AuthorId

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Comment Class

Comment Members

DocumentFormat.OpenXml.Spreadsheet Namespace