ColumnCollection.AutoFit(String, String) Method
In This Article
Adjusts column widths to fit the cell content.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
first |
String | The heading of the first column to resize. |
last |
String | The heading of the last column to resize. |
#Remarks
The method’s firstColumnHeading and lastColumnHeading parameters require column headings in the A1 reference style.
Use the Column.AutoFit method to change a single column’s width to fit its content.
See how to specify the row height and column width.
See Also