Gets the accumulative widths of the columns in the grid.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public List<Double> ColumnWidths { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ColumnWidths As List(Of Double) |
A list of accumulative column widths.
See Also