次の方法で共有


Title.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 Title
Dim value As Layout

value = instance.Layout

instance.Layout = value
public Layout Layout { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.Layout
Returns Layout.

See Also

Reference

Title Class

Title Members

DocumentFormat.OpenXml.Drawing.Charts Namespace