Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite4 Interface / ExcelGetDefaultRowHeight Method
Sheet index
Row height


In This Topic
    ExcelGetDefaultRowHeight Method (IExcelBiffWrite4)
    In This Topic
    Gets the default row height for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetDefaultRowHeight( _
       ByVal sheet As Short, _
       ByRef rowHeight As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite4
    Dim sheet As Short
    Dim rowHeight As Short
    Dim value As Boolean
     
    value = instance.ExcelGetDefaultRowHeight(sheet, rowHeight)
    bool ExcelGetDefaultRowHeight( 
       short sheet,
       ref short rowHeight
    )

    Parameters

    sheet
    Sheet index
    rowHeight
    Row height
    See Also