Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExportExcelRowInfo Interface / OutLineLevel Property


In This Topic
OutLineLevel Property (IExportExcelRowInfo)
In This Topic
Gets the row's outline level.
Syntax
'Declaration
 
ReadOnly Property OutLineLevel As Byte
 
'Usage
 
Dim instance As IExportExcelRowInfo
Dim value As Byte
 
value = instance.OutLineLevel
See Also