다음을 통해 공유


ClientData.PrintWithSheet Property

Prints With Sheet Flag.Represents the attribte in schema: fPrintsWithSheet

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

Syntax

'Declaration
<SchemaAttrAttribute(, "fPrintsWithSheet")> _
Public Property PrintWithSheet As BooleanValue
    Get
    Set
'Usage
Dim instance As ClientData
Dim value As BooleanValue

value = instance.PrintWithSheet

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

ClientData Class

ClientData Members

DocumentFormat.OpenXml.Drawing.Spreadsheet Namespace