Spread Silverlight Documentation
OutLineLevel Property (IExcelRow)


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

Property Value

The outline level of the row
See Also

Reference

IExcelRow Interface
IExcelRow Members