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

SpreadsheetHeaderFooterCollection

SpreadsheetHeaderFooterCollection class

Represents a collection of headers and footers in an Excel document.

public class SpreadsheetHeaderFooterCollection : ReadOnlyListBase<SpreadsheetHeaderFooter>

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 or footer of specified type.

Methods

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

Remarks

This collection contains the items of SpreadsheetHeaderFooter type.

See Also