[]
        
(Showing Draft Content)

C1.C1Preview.TableRow

TableRow Class

Represents a row of a RenderTable.

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

Properties

Name Description
Height

Gets or sets the height of the current row.

this[int]

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

Owner

Gets the TableRowCollection containing the current row.

Stretch

Gets or sets the StretchRowEnum mode of the current row.

Methods

Name Description
AssignFrom(TableVector)

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

See Also