Search
RowRange.OutlineLevel Property
See Also
 






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

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

 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 rows have different or default values, this property returns null (Nothing in Visual Basic).

 See Also