Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelSetDefaultRowHeight Method
Sheet index
Row height


In This Topic
    ExcelSetDefaultRowHeight Method (IExcelXml)
    In This Topic
    Sets the Excel XML default row height.
    Syntax
    'Declaration
     
    
    Function ExcelSetDefaultRowHeight( _
       ByVal sheet As Short, _
       ByVal height As Double _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    Dim sheet As Short
    Dim height As Double
    Dim value As Boolean
     
    value = instance.ExcelSetDefaultRowHeight(sheet, height)
    bool ExcelSetDefaultRowHeight( 
       short sheet,
       double height
    )

    Parameters

    sheet
    Sheet index
    height
    Row height
    See Also