Share via


PrintOptions.GridLines Property

Definition

Print Grid Lines

Represents the following attribute in the schema: gridLines

[DocumentFormat.OpenXml.SchemaAttr(0, "gridLines")]
public DocumentFormat.OpenXml.BooleanValue GridLines { get; set; }
public DocumentFormat.OpenXml.BooleanValue GridLines { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "gridLines")]
public DocumentFormat.OpenXml.BooleanValue? GridLines { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("gridLines")]
public DocumentFormat.OpenXml.BooleanValue? GridLines { get; set; }
public DocumentFormat.OpenXml.BooleanValue? GridLines { get; set; }
member this.GridLines : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "gridLines")>]
member this.GridLines : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("gridLines")>]
member this.GridLines : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property GridLines As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to