SheetView.ShowGridLines Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Show Grid Lines
Represents the following attribute in the schema: showGridLines
[DocumentFormat.OpenXml.SchemaAttr(0, "showGridLines")]
public DocumentFormat.OpenXml.BooleanValue ShowGridLines { get; set; }public DocumentFormat.OpenXml.BooleanValue ShowGridLines { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "showGridLines")]
public DocumentFormat.OpenXml.BooleanValue? ShowGridLines { get; set; }[DocumentFormat.OpenXml.SchemaAttr("showGridLines")]
public DocumentFormat.OpenXml.BooleanValue? ShowGridLines { get; set; }public DocumentFormat.OpenXml.BooleanValue? ShowGridLines { get; set; }member this.ShowGridLines : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "showGridLines")>]
member this.ShowGridLines : DocumentFormat.OpenXml.BooleanValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("showGridLines")>]
member this.ShowGridLines : DocumentFormat.OpenXml.BooleanValue with get, setPublic Property ShowGridLines As BooleanValueProperty Value
Returns BooleanValue.
- Attributes