Item

GridWorksheetCollection indexer (1 of 2)

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

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

返回值

指定索引处的元素。

也可以看看


GridWorksheetCollection indexer (2 of 2)

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

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

返回值

具有名称的 GridWorksheet。

也可以看看