SpreadsheetHeaderFooterSectionCollection

SpreadsheetHeaderFooterSectionCollection class

Represents a collection of header/footer sections.

public class SpreadsheetHeaderFooterSectionCollection : 
    ReadOnlyListBase<SpreadsheetHeaderFooterSection>

Properties

Name Description
virtual Count { get; } Gets the number of elements contained in the collection.
virtual IsReadOnly { get; } Gets a value indicating whether the collection is read-only.
virtual Item { get; } Gets the element at the specified index in the collection.
Item { get; } Gets the header/footer section of specified type.

Methods

Name Description
virtual Contains(SpreadsheetHeaderFooterSection)
virtual GetEnumerator()
virtual IndexOf(SpreadsheetHeaderFooterSection)

Remarks

This collection contains the items of SpreadsheetHeaderFooterSection type.

See Also