Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetDefaultRowHeight Method
Sheet index


In This Topic
    ExcelSetDefaultRowHeight Method (IExcelBiffRead)
    In This Topic
    DEFAULTROWHEIGHT - Excel Biff Record
    Syntax
    'Declaration
     
    
    Function ExcelSetDefaultRowHeight( _
       ByVal sheet As Short, _
       ByVal defRowHeight As Short _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim defRowHeight As Short
    Dim value As Boolean
     
    value = instance.ExcelSetDefaultRowHeight(sheet, defRowHeight)
    bool ExcelSetDefaultRowHeight( 
       short sheet,
       short defRowHeight
    )

    Parameters

    sheet
    Sheet index
    defRowHeight
    See Also