CustomUI.Backstage Property
Backstage.Represents the element tag in schema: mso14:backstage
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property Backstage As Backstage
Get
Set
'使用
Dim instance As CustomUI
Dim value As Backstage
value = instance.Backstage
instance.Backstage = value
public Backstage Backstage { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.CustomUI.Backstage