Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetDefColWidth Method
Sheet index


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

    Parameters

    sheet
    Sheet index
    defColWidth
    See Also