Documents for Word, .NET Edition
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DashStopList Class / Insert(Single,Single,Int32) Method
The length, in percent, of the dash relative to line width.
The length, in percent, of the space relative to line width.
The dash stop index.

In This Topic
    Insert(Single,Single,Int32) Method
    In This Topic
    Inserts a new dash stop into the dashing scheme.
    Syntax
    'Declaration
     
    Public Function Insert( _
       ByVal dashLength As System.Single, _
       ByVal spaceLength As System.Single, _
       ByVal index As System.Integer _
    ) As DashStop
    public DashStop Insert( 
       System.float dashLength,
       System.float spaceLength,
       System.int index
    )

    Parameters

    dashLength
    The length, in percent, of the dash relative to line width.
    spaceLength
    The length, in percent, of the space relative to line width.
    index
    The dash stop index.

    Return Value

    The inserted DashStop.
    See Also