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





Gets or sets the outline level of the column, or null (Nothing in Visual Basic), if the column 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

IColumnStyle Members
IColumnStyle Interface
MindFusion.Spreadsheet.Wpf Namespace