Spread Windows Forms 15.0
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
    bool IsZeroHeight {get;}
    See Also