[]
        
(Showing Draft Content)

C1.C1Preview.StretchColumnEnum

StretchColumnEnum Enum

Describes how the width of a column in a RenderTable can be adjusted if required by adjustments to the width of the containing table.

Namespace: C1.C1Preview
Assembly: C1.PrintDocument.8.dll
Syntax
public enum StretchColumnEnum

Fields

Name Description
Default

The behavior depends on the StretchColumns property of the containing RenderTable.

IfLastOnPage

The column can be stretched if it is the last row on the page.

No

The column cannot be stretched.

Yes

The column can be stretched as needed.