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


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

    Parameters

    sheet
    Sheet index
    rowHeight
    Row height
    See Also