Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class / SetVerticalGridLineWidth Method
Index of the vertical grid line [0..ColumnCount].
The width of the vertical grid line, in graphic units.

In This Topic
    SetVerticalGridLineWidth Method
    In This Topic
    Sets the width of vertical grid line with a specified index.
    Syntax
    'Declaration
     
    Public Sub SetVerticalGridLineWidth( _
       ByVal verticalGridLineIndex As System.Integer, _
       ByVal gridLineWidth As System.Single _
    ) 
    public void SetVerticalGridLineWidth( 
       System.int verticalGridLineIndex,
       System.float gridLineWidth
    )

    Parameters

    verticalGridLineIndex
    Index of the vertical grid line [0..ColumnCount].
    gridLineWidth
    The width of the vertical grid line, in graphic units.
    See Also