Gets the absolute width of the column with specified index.
Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public double GetColumnWidth ( |
Visual Basic
Copy Code
|
|---|
Public Function GetColumnWidth( _ |
The 0-based index of the column.
The absolute width of the specified column.
See Also