Item

WorksheetCollection indexer (1 of 2)

获取Worksheet指定索引处的元素。

public Worksheet this[int index] { get; }
范围描述
index元素的从零开始的索引。

返回值

指定索引处的元素。

也可以看看


WorksheetCollection indexer (2 of 2)

获取Worksheet具有指定名称的元素。

public Worksheet this[string sheetName] { get; }
范围描述
sheetName工作表名称

返回值

具有指定名称的元素。

也可以看看