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


In This Topic
Height Property (IExportExcelRowInfo)
In This Topic
Gets the row's height.
Syntax
'Declaration
 
ReadOnly Property Height As Integer
 
'Usage
 
Dim instance As IExportExcelRowInfo
Dim value As Integer
 
value = instance.Height
See Also