SetHorizontalGridLineWidth Method
Sets the width of horizontal grid line with a specified index.
public void SetHorizontalGridLineWidth(
System.int ,
System.float
)
'Declaration
Public Sub SetHorizontalGridLineWidth( _
ByVal As System.Integer, _
ByVal As System.Single _
)
Parameters
- horizontalGridLineIndex
- Index of the horizontal grid line [0..RowCount].
- gridLineWidth
- The height of the horizontal grid line, in graphic units.