C1.Blazor.Grid Assembly / C1.Blazor.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
 

Parameters

column
The column index.
See Also