Gets or sets the outline level of the rows in the range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Int32> OutlineLevel { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property OutlineLevel As Nullable(Of Int32) |
A nullable integer value.
RemarksIf the rows have different or default values, this property returns null (Nothing in Visual Basic).
See Also