[]
        
(Showing Draft Content)

C1.C1Preview.TableCol

TableCol Class

Represents a column of a RenderTable.

Inheritance
TableCol
Namespace: C1.C1Preview
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class TableCol : TableVector, IComparable, IStyleOwner, IDocumentLocation

Properties

Name Description
this[int]

Gets the TableCell at the specified row index. This property always returns a non-null TableCell object.

Owner

Gets the TableColCollection containing the current column.

Stretch

Gets or sets the StretchColumnEnum mode of the current column.

Width

Gets or sets the width of the current column.

Methods

Name Description
AssignFrom(TableVector)

Assigns (copies) properties from another TableVector to the current object.

See Also