SpreadsheetHeaderFooterCollection
Contents
[
Hide
]
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
- class ReadOnlyListBase<T>
- class SpreadsheetHeaderFooter
- namespace GroupDocs.Watermark.Contents.Spreadsheet
- assembly GroupDocs.Watermark