Spread Silverlight Documentation
RowMaxOutlineLevel Property (IExcelWorksheet)


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

Property Value

The row max outline level.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members