[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.LineFormatList.Remove

Remove Method

Remove(int)

Removes a line 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 line format index to remove.

Overrides