次の方法で共有


Chartsheet.Drawing Property

Drawing.Represents the element tag in schema: x:drawing

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Public Property Drawing As Drawing
    Get
    Set
'使用
Dim instance As Chartsheet
Dim value As Drawing

value = instance.Drawing

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Drawing
Returns Drawing.

See Also

Reference

Chartsheet Class

Chartsheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace