1. GroupDocs.Watermark
  2. /
  3. GroupDocs.Watermark for .NET
  4. /
  5. GroupDocs.Watermark.Contents.Spreadsheet
  6. /
  7. SpreadsheetHeaderFooterSectionCollection

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