Search
RowRange.OutlineLevel Property
See Also
 






Gets or sets the outline level of the rows 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

 Remarks

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

 See Also