Row.Collapsed Property

Collapsed.Represents the attribte in schema: collapsed

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

Syntax

'Declaration
<SchemaAttrAttribute(, "collapsed")> _
Public Property Collapsed As BooleanValue
    Get
    Set
'Usage
Dim instance As Row
Dim value As BooleanValue

value = instance.Collapsed

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Row Class

Row Members

DocumentFormat.OpenXml.Spreadsheet Namespace