Spread Silverlight Documentation
OutLineLevel Property (IExcelColumn)


GrapeCity.Excel Namespace > IExcelColumn Interface : OutLineLevel Property
Gets or sets the outline level of the column.
Syntax
'Declaration
 
Property OutLineLevel As System.Byte
'Usage
 
Dim instance As IExcelColumn
Dim value As System.Byte
 
instance.OutLineLevel = value
 
value = instance.OutLineLevel
System.byte OutLineLevel {get; set;}

Property Value

The outline level of the column
See Also

Reference

IExcelColumn Interface
IExcelColumn Members