Removes a header or footer from a Text Control document or from a certain section. To remove more than one header or footer a combination of the Header
public bool Remove(HeaderFooterType headerFooterType);
Public Function Remove(ByVal headerFooterType As HeaderFooterType) As Boolean
Parameter | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
header |
Specifies the headers and/or footers to remove. A combination of the following values are possible:
|
The return value is true, if the header or footer could be removed. Otherwise it is false.