Sets or returns a value in inches indicating how small columns can be in the Excel document. Larger values reduce number of columns in a sheet.
| Visual Basic (Declaration) | |
|---|---|
Public Property MinColumnWidth As Single | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public float MinColumnWidth {get; set;} | |
Return Value
Single. The default value is 0.1.| C# | Copy Code |
|---|---|
DataDynamics.ActiveReports.Export.Xls.XlsExport docexp = new DataDynamics.ActiveReports.Export.Xls.ExcelExport(); | |
| Visual Basic | Copy Code |
|---|---|
Dim docexp As New DataDynamics.ActiveReports.Export.Xls.ExcelExport() | |
This is typically the single most important variable to tweak when exporting to Excel.