Search
VirtualGridRenderTarget.GetColumnWidth Method
See Also
 





Gets the absolute width of the column with specified index.

Namespace: MindFusion.Reporting.Wpf.Export
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public double GetColumnWidth (
    int column
)

Visual Basic  Copy Code

Public Function GetColumnWidth( _
    column As Integer _
) As Double

 Parameters

column

The 0-based index of the column.

 Return Value

The absolute width of the specified column.

 See Also