次の方法で共有


CustomSheetView.FitToPage Property

Fit To Page.Represents the attribte in schema: fitToPage

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

Syntax

'宣言
<SchemaAttrAttribute(, "fitToPage")> _
Public Property FitToPage As BooleanValue
    Get
    Set
'使用
Dim instance As CustomSheetView
Dim value As BooleanValue

value = instance.FitToPage

instance.FitToPage = value
[SchemaAttrAttribute(, "fitToPage")]
public BooleanValue FitToPage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomSheetView Class

CustomSheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace