Gets or sets the outline level of the row, or null (Nothing in Visual Basic), if the row is not grouped.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Nullable<Int32> OutlineLevel { get; set; } |
Visual Basic
Copy Code
|
|---|
Property OutlineLevel As Nullable(Of Int32) |
A nullable integer value.
See Also