Class TableColumn
public class TableColumn
- Inheritance
-
TableColumn
- Derived
- Inherited Members
Constructors
TableColumn(TableLayoutManager, double)
public TableColumn(TableLayoutManager tlm, double width)
Parameters
tlm
TableLayoutManagerwidth
double
Properties
CalculationType
public CalculationType CalculationType { get; set; }
Property Value
DefaultCellDef
public TableCellDef DefaultCellDef { get; set; }
Property Value
Index
public int Index { get; }
Property Value
Name
public string Name { get; set; }
Property Value
PosX
public double PosX { get; }
Property Value
PosXmm
public double PosXmm { get; }
Property Value
SplitMode
public ColumnSplitMode SplitMode { get; set; }
Property Value
Width
public double Width { get; set; }
Property Value
WidthMM
public double WidthMM { get; set; }
Property Value
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
PenPropThe pen.
Remarks
If cells are not spaced, this method simplifies setting the left margin by removing the right margin of the previous column.