Search
OutlineEventArgs.Level Property
See Also
 






Gets the outline level that was toggled.

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

 Syntax

C#  Copy Code

public int Level { get; }

Visual Basic  Copy Code

Public ReadOnly Property Level As Integer

 Property Value

An integer value.

 See Also