Поделиться через


SheetFormatProperties.OutlineLevelRow Property

Maximum Outline Row.Represents the attribte in schema: outlineLevelRow

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

Syntax

'Декларация
<SchemaAttrAttribute(, "outlineLevelRow")> _
Public Property OutlineLevelRow As ByteValue
    Get
    Set
'Применение
Dim instance As SheetFormatProperties
Dim value As ByteValue

value = instance.OutlineLevelRow

instance.OutlineLevelRow = value
[SchemaAttrAttribute(, "outlineLevelRow")]
public ByteValue OutlineLevelRow { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ByteValue
Returns ByteValue.

See Also

Reference

SheetFormatProperties Class

SheetFormatProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace