[]
Gets the section header/footer by its type.
public HeaderFooter this[HeaderFooterType type] { get; }
Public ReadOnly Default Property Item(type As HeaderFooterType) As HeaderFooter
Type | Name | Description |
---|---|---|
HeaderFooterType | type | The header/footer type. |
Type | Description |
---|---|
HeaderFooter | The HeaderFooter with the specified type. |