Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HeaderFooterCollection Class / Item Property
The header/footer type.

In This Topic
    Item Property (HeaderFooterCollection)
    In This Topic
    Gets the section header/footer by its type.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal type As HeaderFooterType _
    ) As HeaderFooter
    public HeaderFooter this[ 
       HeaderFooterType type
    ]; {get;}

    Parameters

    type
    The header/footer type.

    Property Value

    The HeaderFooter with the specified type.
    See Also