Spread Silverlight Documentation
OutLineLevel Property (ExcelRow)


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

Property Value

The outline level of the row
See Also

Reference

ExcelRow Class
ExcelRow Members