Spread WinForms 15
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)

Parameters

sheet
Sheet index
colWidth
Column width
See Also