Item

OdsCellFieldCollection indexer (1 of 2)

按索引获取字段。

public OdsCellField this[int index] { get; }
范围描述
index指数。

也可以看看


OdsCellFieldCollection indexer (2 of 2)

按行列索引获取字段。

public OdsCellField this[int row, int column] { get; }
范围描述
row行索引。
column列索引。

也可以看看