[]
Represents a column of a RenderTable.
public class TableCol : TableVector, IComparable, IStyleOwner, IDocumentLocation
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. |
Name | Description |
---|---|
AssignFrom(TableVector) | Assigns (copies) properties from another TableVector to the current object. |