SheetView.ShowGridLines Property

Show Grid Lines.Represents the attribte in schema: showGridLines

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

Syntax

'Declaration
<SchemaAttrAttribute(, "showGridLines")> _
Public Property ShowGridLines As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetView
Dim value As BooleanValue

value = instance.ShowGridLines

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetView Class

SheetView Members

DocumentFormat.OpenXml.Spreadsheet Namespace