次の方法で共有


Chartsheet.DrawingHeaderFooter Property

DrawingHeaderFooter, this property is only available in Office2010.Represents the element tag in schema: x:drawingHF

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

Syntax

'宣言
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Property DrawingHeaderFooter As DrawingHeaderFooter
    Get
    Set
'使用
Dim instance As Chartsheet
Dim value As DrawingHeaderFooter

value = instance.DrawingHeaderFooter

instance.DrawingHeaderFooter = value
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public DrawingHeaderFooter DrawingHeaderFooter { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.DrawingHeaderFooter

See Also

Reference

Chartsheet Class

Chartsheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace