次の方法で共有


PrintOptions.HorizontalCentered Property

Horizontal Centered.Represents the attribte in schema: horizontalCentered

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

Syntax

'宣言
<SchemaAttrAttribute(, "horizontalCentered")> _
Public Property HorizontalCentered As BooleanValue
    Get
    Set
'使用
Dim instance As PrintOptions
Dim value As BooleanValue

value = instance.HorizontalCentered

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PrintOptions Class

PrintOptions Members

DocumentFormat.OpenXml.Spreadsheet Namespace