Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FillFormatList Class / Remove Method
The fill format index in the list.

In This Topic
    Remove Method (FillFormatList)
    In This Topic
    Removes the fill format from the list.
    Syntax
    'Declaration
     
    Public Overrides Sub Remove( _
       ByVal index As System.Integer _
    ) 
    public override void Remove( 
       System.int index
    )

    Parameters

    index
    The fill format index in the list.
    See Also