Table of Contents

Class TableRow

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
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 TableLayoutManager
rowInsertPosition RowInsertPosition
position TableRow

Properties

AlignHor

public AlignHor AlignHor { set; }

Property Value

AlignHor

AlignVert

public AlignVert AlignVert { set; }

Property Value

AlignVert

BackgroundBrush

public BrushProp? BackgroundBrush { set; }

Property Value

BrushProp

BorderPen

public PenProp? BorderPen { set; }

Property Value

PenProp

BorderPenBottom

public PenProp? BorderPenBottom { set; }

Property Value

PenProp

BorderPenHor

public PenProp? BorderPenHor { set; }

Property Value

PenProp

BorderPenLeft

public PenProp? BorderPenLeft { set; }

Property Value

PenProp

BorderPenRight

public PenProp? BorderPenRight { set; }

Property Value

PenProp

BorderPenTop

public PenProp? BorderPenTop { set; }

Property Value

PenProp

BorderPenVert

public PenProp? BorderPenVert { set; }

Property Value

PenProp

Cells

public TableRow.CellCollection Cells { get; }

Property Value

TableRow.CellCollection

Height

public double Height { get; }

Property Value

double

HeightMM

public double HeightMM { get; }

Property Value

double

Indent

public double Indent { set; }

Property Value

double

IndentBottom

public double IndentBottom { set; }

Property Value

double

IndentBottomMM

public double IndentBottomMM { set; }

Property Value

double

IndentHor

public double IndentHor { set; }

Property Value

double

IndentHorMM

public double IndentHorMM { set; }

Property Value

double

IndentLeft

public double IndentLeft { set; }

Property Value

double

IndentLeftMM

public double IndentLeftMM { set; }

Property Value

double

IndentMM

public double IndentMM { set; }

Property Value

double

IndentRight

public double IndentRight { set; }

Property Value

double

IndentRightMM

public double IndentRightMM { set; }

Property Value

double

IndentTop

public double IndentTop { set; }

Property Value

double

IndentTopMM

public double IndentTopMM { set; }

Property Value

double

IndentVert

public double IndentVert { set; }

Property Value

double

IndentVertMM

public double IndentVertMM { set; }

Property Value

double

IsFillerRow

public bool IsFillerRow { get; }

Property Value

bool

this[TableColumn]

public TableCell this[TableColumn col] { get; }

Parameters

col TableColumn

Property Value

TableCell

this[int]

public TableCell this[int index] { get; }

Parameters

index int

Property Value

TableCell

Margin

public double Margin { set; }

Property Value

double

MarginBottom

public double MarginBottom { set; }

Property Value

double

MarginBottomMM

public double MarginBottomMM { set; }

Property Value

double

MarginHor

public double MarginHor { set; }

Property Value

double

MarginHorMM

public double MarginHorMM { set; }

Property Value

double

MarginLeft

public double MarginLeft { set; }

Property Value

double

MarginLeftMM

public double MarginLeftMM { set; }

Property Value

double

MarginMM

public double MarginMM { set; }

Property Value

double

MarginRight

public double MarginRight { set; }

Property Value

double

MarginRightMM

public double MarginRightMM { set; }

Property Value

double

MarginTop

public double MarginTop { set; }

Property Value

double

MarginTopMM

public double MarginTopMM { set; }

Property Value

double

MarginVert

public double MarginVert { set; }

Property Value

double

MarginVertMM

public double MarginVertMM { set; }

Property Value

double

NextRow

public TableRow? NextRow { get; }

Property Value

TableRow

PosBottom

public double PosBottom { get; }

Property Value

double

PosBottomMM

public double PosBottomMM { get; }

Property Value

double

PosTop

public double PosTop { get; }

Property Value

double

PosTopMM

public double PosTopMM { get; }

Property Value

double

PreviousRow

public TableRow? PreviousRow { get; }

Property Value

TableRow

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

int

Tag

Can be used to customize tables.

public object? Tag { get; set; }

Property Value

object