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)
Syntaxpublic void Remove(
BannerPages pPage,
int pIndex
)
Public Sub Remove (
pPage As BannerPages,
pIndex As Integer
)
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