Table of Contents

Class OdfRangeCollection

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Indexes worksheet cell ranges by address. 提供工作表儲存格範圍的索引入口。

public sealed class OdfRangeCollection
Inheritance
OdfRangeCollection
Inherited Members

Properties

this[int, int, int, int]

Gets a range by row and column indexes. 依列與欄索引取得範圍。

public OdfCellRangeSelection this[int startRow, int startColumn, int endRow, int endColumn] { get; }

Parameters

startRow int

The start row index. / 起始列索引。

startColumn int

The start column index. / 起始欄索引。

endRow int

The end row index. / 結束列索引。

endColumn int

The end column index. / 結束欄索引。

Property Value

OdfCellRangeSelection

The range selection object. / 範圍選取物件。

this[string]

Gets a range by Excel-style range string. 依 Excel 樣式範圍字串取得範圍。

public OdfCellRangeSelection this[string address] { get; }

Parameters

address string

The range address, such as A1:C3. / 範圍位址,例如 A1:C3

Property Value

OdfCellRangeSelection

The range selection object. / 範圍選取物件。