Class OdfRowCellCollection
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Indexes cells within a worksheet row. 提供列內儲存格的索引入口。
public sealed class OdfRowCellCollection
- Inheritance
-
OdfRowCellCollection
- Inherited Members
Properties
this[int]
Gets a cell in the row by column index. 依欄索引取得列內儲存格。
public OdfCell this[int column] { get; }
Parameters
columnintThe zero-based column index. / 採 0 為基準的欄索引。
Property Value
- OdfCell
The specified cell. / 指定儲存格。