Freigeben über


CustomSheetView.HiddenRows-Eigenschaft

Hidden Rows.Represents the attribte in schema: hiddenRows

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hiddenRows")> _
Public Property HiddenRows As BooleanValue
    Get
    Set
'Usage
Dim instance As CustomSheetView
Dim value As BooleanValue

value = instance.HiddenRows

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

Eigenschaftswert

Typ: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

Siehe auch

Referenz

CustomSheetView Klasse

CustomSheetView-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace