Specifies the number of characters of the maximum digit width of the normal style's font This value does not include margin padding or extra padding for gridlines. It is only the number of characters.
Default column width measured as the number of characters of the maximum digit width of the normal style's font.
Set the default column width
Syntax
'Declaration
Sub SetDefaultColumnWidth( _
ByVal As System.Short, _
ByVal baseColumnWidth As System.Double, _
ByVal defaultColumnWidth As System.Nullable(Of Double) _
)
'Usage
Dim instance As IExcelReader
Dim sheet As System.Short
Dim baseColumnWidth As System.Double
Dim defaultColumnWidth As System.Nullable(Of Double)
instance.SetDefaultColumnWidth(sheet, baseColumnWidth, defaultColumnWidth)
void SetDefaultColumnWidth(
System.short ,
System.double baseColumnWidth,
System.Nullable<double> defaultColumnWidth
)
Parameters
- sheet
- The zero based sheet index used to locate the IExcelWorksheet instance
- baseColumnWidth
- Specifies the number of characters of the maximum digit width of the normal style's font This value does not include margin padding or extra padding for gridlines. It is only the number of characters.
- defaultColumnWidth
- Default column width measured as the number of characters of the maximum digit width of the normal style's font.
See Also