C1.C1Report.4 Assembly / C1.C1Preview Namespace / StretchColumnEnum Enumeration

StretchColumnEnum Enumeration
Describes how the width of a column in a RenderTable can be adjusted if required by adjustments to the width of the containing table.
Syntax
'Declaration
 
Public Enum StretchColumnEnum 
   Inherits System.Enum
 
Members
MemberDescription
DefaultThe behavior depends on the RenderTable.StretchColumns property of the containing RenderTable.
IfLastOnPageThe column can be stretched if it is the last row on the page.
NoThe column cannot be stretched.
YesThe column can be stretched as needed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.StretchColumnEnum

See Also