Class OdfRangeWriteReport
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Reports the result of a high-level spreadsheet range write operation. 回報高階試算表範圍寫入作業的結果。
public sealed class OdfRangeWriteReport
- Inheritance
-
OdfRangeWriteReport
- Inherited Members
Constructors
OdfRangeWriteReport()
public OdfRangeWriteReport()
Properties
ClearedCellCount
Gets or sets the number of trailing cells cleared by the operation. 取得或設定作業清除的尾端儲存格數量。
public int ClearedCellCount { get; set; }
Property Value
Range
Gets or sets the updated range. 取得或設定已更新範圍。
public OdfCellRange Range { get; set; }
Property Value
SkippedCellCount
Gets or sets the number of cells skipped by the operation. 取得或設定作業略過的儲存格數量。
public int SkippedCellCount { get; set; }
Property Value
Warnings
Gets warnings produced by the write operation. 取得寫入作業產生的警告。
public IList<string> Warnings { get; }
Property Value
WrittenCellCount
Gets or sets the number of cells whose values were written. 取得或設定已寫入值的儲存格數量。
public int WrittenCellCount { get; set; }