WorksheetPart.SpreadsheetPrinterSettingsPart Property

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets the SpreadsheetPrinterSettingsPart of the WorksheetPart.

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

Syntax

'Declaration
Public ReadOnly Property SpreadsheetPrinterSettingsPart As SpreadsheetPrinterSettingsPart
    Get
'Usage
Dim instance As WorksheetPart
Dim value As SpreadsheetPrinterSettingsPart

value = instance.SpreadsheetPrinterSettingsPart
public SpreadsheetPrinterSettingsPart SpreadsheetPrinterSettingsPart { get; }

Property Value

Type: DocumentFormat.OpenXml.Packaging.SpreadsheetPrinterSettingsPart

See Also

Reference

WorksheetPart Class

WorksheetPart Members

DocumentFormat.OpenXml.Packaging Namespace