CommentProperties.UiObject Property
uiObject.Represents the attribte in schema: uiObject
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "uiObject")> _
Public Property UiObject As BooleanValue
Get
Set
'使用
Dim instance As CommentProperties
Dim value As BooleanValue
value = instance.UiObject
instance.UiObject = value
[SchemaAttrAttribute(, "uiObject")]
public BooleanValue UiObject { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue