[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FillFormatList.Remove

Remove Method

Remove(int)

Removes the fill format from the list.

Declaration
public override void Remove(int index)
Public Overrides Sub Remove(index As Integer)
Parameters
Type Name Description
int index

The fill format index in the list.

Overrides