Class TableRow
public sealed class TableRow : TableRowDef
- Inheritance
-
TableRow
- Inherited Members
Constructors
TableRow(TableLayoutManager, RowInsertPosition, TableRow?)
public TableRow(TableLayoutManager tlm, RowInsertPosition rowInsertPosition = RowInsertPosition.Last, TableRow? position = null)
Parameters
tlm
TableLayoutManagerrowInsertPosition
RowInsertPositionposition
TableRow
Properties
AlignHor
public AlignHor AlignHor { set; }
Property Value
AlignVert
public AlignVert AlignVert { set; }
Property Value
BackgroundBrush
public BrushProp? BackgroundBrush { set; }
Property Value
BorderPen
public PenProp? BorderPen { set; }
Property Value
BorderPenBottom
public PenProp? BorderPenBottom { set; }
Property Value
BorderPenHor
public PenProp? BorderPenHor { set; }
Property Value
BorderPenLeft
public PenProp? BorderPenLeft { set; }
Property Value
BorderPenRight
public PenProp? BorderPenRight { set; }
Property Value
BorderPenTop
public PenProp? BorderPenTop { set; }
Property Value
BorderPenVert
public PenProp? BorderPenVert { set; }
Property Value
Cells
public TableRow.CellCollection Cells { get; }
Property Value
Height
public double Height { get; }
Property Value
HeightMM
public double HeightMM { get; }
Property Value
Indent
public double Indent { set; }
Property Value
IndentBottom
public double IndentBottom { set; }
Property Value
IndentBottomMM
public double IndentBottomMM { set; }
Property Value
IndentHor
public double IndentHor { set; }
Property Value
IndentHorMM
public double IndentHorMM { set; }
Property Value
IndentLeft
public double IndentLeft { set; }
Property Value
IndentLeftMM
public double IndentLeftMM { set; }
Property Value
IndentMM
public double IndentMM { set; }
Property Value
IndentRight
public double IndentRight { set; }
Property Value
IndentRightMM
public double IndentRightMM { set; }
Property Value
IndentTop
public double IndentTop { set; }
Property Value
IndentTopMM
public double IndentTopMM { set; }
Property Value
IndentVert
public double IndentVert { set; }
Property Value
IndentVertMM
public double IndentVertMM { set; }
Property Value
IsFillerRow
public bool IsFillerRow { get; }
Property Value
this[TableColumn]
public TableCell this[TableColumn col] { get; }
Parameters
col
TableColumn
Property Value
this[int]
public TableCell this[int index] { get; }
Parameters
index
int
Property Value
Margin
public double Margin { set; }
Property Value
MarginBottom
public double MarginBottom { set; }
Property Value
MarginBottomMM
public double MarginBottomMM { set; }
Property Value
MarginHor
public double MarginHor { set; }
Property Value
MarginHorMM
public double MarginHorMM { set; }
Property Value
MarginLeft
public double MarginLeft { set; }
Property Value
MarginLeftMM
public double MarginLeftMM { set; }
Property Value
MarginMM
public double MarginMM { set; }
Property Value
MarginRight
public double MarginRight { set; }
Property Value
MarginRightMM
public double MarginRightMM { set; }
Property Value
MarginTop
public double MarginTop { set; }
Property Value
MarginTopMM
public double MarginTopMM { set; }
Property Value
MarginVert
public double MarginVert { set; }
Property Value
MarginVertMM
public double MarginVertMM { set; }
Property Value
NextRow
public TableRow? NextRow { get; }
Property Value
PosBottom
public double PosBottom { get; }
Property Value
PosBottomMM
public double PosBottomMM { get; }
Property Value
PosTop
public double PosTop { get; }
Property Value
PosTopMM
public double PosTopMM { get; }
Property Value
PreviousRow
public TableRow? PreviousRow { get; }
Property Value
RowGroupId
Can be used to achieve custom formatting of rows. Currently there is no extra functionality to this, like keeping rows together.
public int RowGroupId { get; set; }
Property Value
Tag
Can be used to customize tables.
public object? Tag { get; set; }