Search
Column.OutlineLevel Property
See Also
 






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

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public int OutlineLevel { get; set; }

Visual Basic  Copy Code

Public Property OutlineLevel As Integer

 Property Value

An integer value. The default is 0.

 See Also