PlotArea.Layout Property
Layout.Represents the element tag in schema: c:layout
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property Layout As Layout
Get
Set
'使用
Dim instance As PlotArea
Dim value As Layout
value = instance.Layout
instance.Layout = value
public Layout Layout { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Drawing.Charts.Layout