[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.TableRenderer.SetVerticalGridLineWidth

SetVerticalGridLineWidth Method

SetVerticalGridLineWidth(int, float)

Sets the width of vertical grid line with a specified index.

Declaration
public void SetVerticalGridLineWidth(int verticalGridLineIndex, float gridLineWidth)
Public Sub SetVerticalGridLineWidth(verticalGridLineIndex As Integer, gridLineWidth As Single)
Parameters
Type Name Description
int verticalGridLineIndex

Index of the vertical grid line [0..ColumnCount].

float gridLineWidth

The width of the vertical grid line, in graphic units.