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