Compartilhar via


PrintOptions.GridLines Property

Print Grid Lines.Represents the attribte in schema: gridLines

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

Syntax

'Declaration
<SchemaAttrAttribute(, "gridLines")> _
Public Property GridLines As BooleanValue
    Get
    Set
'Usage
Dim instance As PrintOptions
Dim value As BooleanValue

value = instance.GridLines

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PrintOptions Class

PrintOptions Members

DocumentFormat.OpenXml.Spreadsheet Namespace