[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DashStopList.Insert

Insert Method

Insert(float, float, int)

Inserts a new dash stop into the dashing scheme.

Declaration
public DashStop Insert(float dashLength, float spaceLength, int index)
Public Function Insert(dashLength As Single, spaceLength As Single, index As Integer) As DashStop
Parameters
Type Name Description
float dashLength

The length, in percent, of the dash relative to line width.

float spaceLength

The length, in percent, of the space relative to line width.

int index

The dash stop index.

Returns
Type Description
DashStop

The inserted DashStop.