Table of Contents

Class TableColumn

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public class TableColumn
Inheritance
TableColumn
Derived
Inherited Members

Constructors

TableColumn(TableLayoutManager, double)

public TableColumn(TableLayoutManager tlm, double width)

Parameters

tlm TableLayoutManager
width double

Properties

CalculationType

public CalculationType CalculationType { get; set; }

Property Value

CalculationType

DefaultCellDef

public TableCellDef DefaultCellDef { get; set; }

Property Value

TableCellDef

Index

public int Index { get; }

Property Value

int

Name

public string Name { get; set; }

Property Value

string

PosX

public double PosX { get; }

Property Value

double

PosXmm

public double PosXmm { get; }

Property Value

double

SplitMode

public ColumnSplitMode SplitMode { get; set; }

Property Value

ColumnSplitMode

Width

public double Width { get; set; }

Property Value

double

WidthMM

public double WidthMM { get; set; }

Property Value

double

Methods

SetDefaultBorderPenLeft(PenProp?)

Sets the default border pen for the left side of the cell and clears the right border pen of the previous column.

public void SetDefaultBorderPenLeft(PenProp? pen)

Parameters

pen PenProp

The pen.

Remarks

If cells are not spaced, this method simplifies setting the left margin by removing the right margin of the previous column.