Share via


CustomSheetView.HiddenRows Property

Definition

Hidden Rows

Represents the following attribute in the schema: hiddenRows

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

Property Value

Returns BooleanValue.

Attributes

Applies to