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


In This Topic
IsZeroHeight Property
In This Topic
Gets if row has zero height or not.
Syntax
'Declaration
 
ReadOnly Property IsZeroHeight As Boolean
 
'Usage
 
Dim instance As IExportExcelRowInfo
Dim value As Boolean
 
value = instance.IsZeroHeight
See Also