GraphicFrame.Published Property
Publish to Server Flag.Represents the attribte in schema: fPublished
Namespace: DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "fPublished")> _
Public Property Published As BooleanValue
Get
Set
'使用
Dim instance As GraphicFrame
Dim value As BooleanValue
value = instance.Published
instance.Published = value
[SchemaAttrAttribute(, "fPublished")]
public BooleanValue Published { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.