Search
Row.OutlineLevel Property
See Also
 






Gets or sets the outline level of the row, or 0, if the row is not grouped.

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

 Syntax

C#  Copy Code

public int OutlineLevel { get; set; }

Visual Basic  Copy Code

Public Property OutlineLevel As Integer

 Property Value

An integer value.

 See Also