Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / TableRenderer Class / SetHorizontalGridLineWidth Method
Index of the horizontal grid line [0..RowCount].
The height of the horizontal grid line, in graphic units.

In This Topic
SetHorizontalGridLineWidth Method
In This Topic
Sets the width of horizontal grid line with a specified index.
Syntax
'Declaration
 
Public Sub SetHorizontalGridLineWidth( _
   ByVal horizontalGridLineIndex As System.Integer, _
   ByVal gridLineWidth As System.Single _
) 
 

Parameters

horizontalGridLineIndex
Index of the horizontal grid line [0..RowCount].
gridLineWidth
The height of the horizontal grid line, in graphic units.
See Also