ExcelWorksheetSetColumnWidthInChars Method |
Sets the column width in characters for the specified column. On a worksheet, you can specify a column width of 0 to 255.
This value represents the number of characters that can be displayed in a cell that is formatted with
the standard font (standard font: The default text font for worksheets. The standard font determines the default font
for the Normal cell style.). The default column width is 8.43 characters. If the column width is set to 0, the column is hidden.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public void SetColumnWidthInChars(
int columnIndex,
double columnWidthChars
)
Public Sub SetColumnWidthInChars (
columnIndex As Integer,
columnWidthChars As Double
)
Parameters
- columnIndex
- Type: SystemInt32
The one based column index. - columnWidthChars
- Type: SystemDouble
The column width in chars.
See Also