Click or drag to resize

BannerRemove Method

Remove paragraph or table of banner (default, first, even or odd) by list of elements

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public void Remove(
	BannerPages pPage,
	int pIndex
)

Parameters

pPage
Type: SOWIDocument.WordBannerPages
Banner (header or footer) section default, first, even or odd
pIndex
Type: SystemInt32
List index of elements (null based)
See Also