CustomSheetView.ShowGridLines Property
Show Grid Lines.Represents the attribte in schema: showGridLines
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "showGridLines")> _
Public Property ShowGridLines As BooleanValue
Get
Set
'使用
Dim instance As CustomSheetView
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.