TableCellPropertiesChange.Author Property
author.Represents the attribte in schema: w:author
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "author")> _
Public Property Author As StringValue
Get
Set
用法
Dim instance As TableCellPropertiesChange
Dim value As StringValue
value = instance.Author
instance.Author = value
[SchemaAttrAttribute(, "author")]
public StringValue Author { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.
See Also
Reference
TableCellPropertiesChange Class