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





Gets or sets the outline level of the columns in the range.

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

 Syntax

C#  Copy Code

public Nullable<Int32> OutlineLevel { get; set; }

Visual Basic  Copy Code

Public Property OutlineLevel As Nullable(Of Int32)

 Property Value

A nullable integer value.

 Remarks

If the columns have different or default values, this property returns null (Nothing in Visual Basic).

 See Also

ColumnRange Members
ColumnRange Class
MindFusion.Spreadsheet.Wpf Namespace