Поделиться через


PrintOptions.GridLinesSet Property

Grid Lines Set.Represents the attribte in schema: gridLinesSet

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

Syntax

'Декларация
<SchemaAttrAttribute(, "gridLinesSet")> _
Public Property GridLinesSet As BooleanValue
    Get
    Set
'Применение
Dim instance As PrintOptions
Dim value As BooleanValue

value = instance.GridLinesSet

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

PrintOptions Class

PrintOptions Members

DocumentFormat.OpenXml.Spreadsheet Namespace