SpreadsheetHeaderFooterSectionCollection
SpreadsheetHeaderFooterSectionCollection class
ヘッダー/フッター セクションのコレクションを表します。
public class SpreadsheetHeaderFooterSectionCollection :
ReadOnlyListBase<SpreadsheetHeaderFooterSection>
プロパティ
名前 | 説明 |
---|---|
virtual Count { get; } | コレクションに含まれる要素の数を取得します。 |
virtual IsReadOnly { get; } | コレクションが読み取り専用かどうかを示す値を取得します。 |
virtual Item { get; } | コレクション内の指定されたインデックスにある要素を取得します。 |
Item { get; } | 指定されたタイプのヘッダー/フッター セクションを取得します。 |
メソッド
名前 | 説明 |
---|---|
virtual Contains(SpreadsheetHeaderFooterSection) | |
virtual GetEnumerator() | |
virtual IndexOf(SpreadsheetHeaderFooterSection) |
備考
このコレクションには、SpreadsheetHeaderFooterSection
type.