Share via


MemberProperty.ShowCell Property

Definition

Show Cell

Represents the following attribute in the schema: showCell

[DocumentFormat.OpenXml.SchemaAttr(0, "showCell")]
public DocumentFormat.OpenXml.BooleanValue ShowCell { get; set; }
public DocumentFormat.OpenXml.BooleanValue ShowCell { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showCell")]
public DocumentFormat.OpenXml.BooleanValue? ShowCell { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showCell")]
public DocumentFormat.OpenXml.BooleanValue? ShowCell { get; set; }
public DocumentFormat.OpenXml.BooleanValue? ShowCell { get; set; }
member this.ShowCell : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showCell")>]
member this.ShowCell : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showCell")>]
member this.ShowCell : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property ShowCell As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to