Spread Silverlight Documentation
ColumnMaxOutlineLevel Property (ExcelWorksheet)


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

Property Value

The column max outline level.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members