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


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

    Parameters

    sheet
    Sheet index
    colWidth
    Column width
    See Also