Spread Silverlight Documentation
RowMaxOutlineLevel Property (ExcelWorksheet)


GrapeCity.Excel Namespace > ExcelWorksheet Class : RowMaxOutlineLevel Property
Gets or sets the row max outline level.
Syntax
'Declaration
 
Public Property RowMaxOutlineLevel As System.Short
'Usage
 
Dim instance As ExcelWorksheet
Dim value As System.Short
 
instance.RowMaxOutlineLevel = value
 
value = instance.RowMaxOutlineLevel
public System.short RowMaxOutlineLevel {get; set;}

Property Value

The row max outline level.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members