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类型.

也可以看看