Spread Silverlight Documentation
ColumnMaxOutlineLevel Property (IExcelWorksheet)


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

Property Value

The column max outline level.
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members