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
startRowintThe start row index. / 起始列索引。
startColumnintThe start column index. / 起始欄索引。
endRowintThe end row index. / 結束列索引。
endColumnintThe 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
addressstringThe range address, such as
A1:C3. / 範圍位址,例如A1:C3。
Property Value
- OdfCellRangeSelection
The range selection object. / 範圍選取物件。