Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelSetDefColWidth Method
Sheet index
Column width


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

    Parameters

    sheet
    Sheet index
    width
    Column width
    See Also