Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelGetDefColWidthXML Method
Sheet index
Column width


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

Parameters

sheet
Sheet index
colWidth
Column width
See Also