FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellFactory Class / GetColumnRenderWidth Method
The column index.

In This Topic
    GetColumnRenderWidth Method (GridCellFactory)
    In This Topic
    Gets the render width of the specified column.
    Syntax
    'Declaration
     
    Public Function GetColumnRenderWidth( _
       ByVal column As Integer _
    ) As Double
    public double GetColumnRenderWidth( 
       int column
    )

    Parameters

    column
    The column index.
    See Also