MindFusion.Wpf Pack Programmer's Guide
IRowStyle.OutlineLevel Property
See Also
 





Gets or sets the outline level of the row, or null (Nothing in Visual Basic), if the row is not grouped.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

Nullable<Int32> OutlineLevel { get; set; }

Visual Basic  Copy Code

Property OutlineLevel As Nullable(Of Int32)

 Property Value

A nullable integer value.

 See Also

IRowStyle Members
IRowStyle Interface
MindFusion.Spreadsheet.Wpf Namespace