Class OdfSheetRow
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Represents a row in a worksheet. 表示工作表中的一列。
public sealed class OdfSheetRow
- Inheritance
-
OdfSheetRow
- Inherited Members
Properties
Cells
Gets the cell collection for this row. 取得此列的儲存格集合。
public OdfRowCellCollection Cells { get; }
Property Value
Height
Gets or sets the fixed height of this row. Setting it to null clears the height setting. 取得或設定此列的固定高度。若設定為 null 則清除高度設定。
public OdfLength? Height { get; set; }
Property Value
Index
Gets the zero-based row index. 取得以 0 為基準的列索引。
public int Index { get; }
Property Value
OptimalHeight
Gets or sets whether optimal automatic row height is enabled for this row. 取得或設定此列是否啟用最佳自動列高 (AutoHeight)。
public bool OptimalHeight { get; set; }
Property Value
Visible
Gets or sets whether this row is visible. 取得或設定此列是否顯示。
public bool Visible { get; set; }