Sets or returns a value in inches indicating the minimum height rows can be in the Excel document. Larger values force the export to place more controls on a single line by reducing the number of rows added to match blank space.
| Visual Basic (Declaration) | |
|---|---|
Public Property MinRowHeight As Single | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public float MinRowHeight {get; set;} | |
Return Value
Single. The default value is 0.1.| Visual Basic | Copy Code |
|---|---|
Dim docexp As New DataDynamics.ActiveReports.Export.Xls.ExcelExport() | |
| C# | Copy Code |
|---|---|
DataDynamics.ActiveReports.Export.Xls.XlsExport docexp = new DataDynamics.ActiveReports.Export.Xls.ExcelExport(); | |