The TableCol type exposes the following members.
          
            
Properties
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              CanSplit |  Obsolete.  
            Gets or sets a value indicating whether the current vector
            (row or column) can split between pages.
            The default value is false.
              (Inherited from TableVector.) | 
            
| 
                 | 
              CellStyle | 
                 
            Gets the Style of objects contained in the cells
            of the current vector (row or column).
            See CellStyle for details.
              (Inherited from TableVector.) | 
            
| 
                 | 
              Item | |
| 
                 | 
              Ordinal | 
                 
            Gets the 0-based index of the current vector in the containing RenderTable
            (i.e. the row index for rows, the column index for columns).
              (Inherited from TableVector.) | 
            
| 
                 | 
              Owner | 
                 
            Gets the TableColCollection containing the current column.
             
               | 
            
| 
                 | 
              PageBreakBehavior | 
                 
            Gets or sets a value determining how page breaks are inserted before
            the current vector
            (regular, horizontal page breaks if the vector is a TableRow,
            vertical page breaks if the vector is a TableCol).
              (Inherited from TableVector.) | 
            
| 
                 | 
              Size | 
                 
            Gets or sets the size of the current vector
            (height if the vector is a TableRow,
            width if the vector is a TableCol).
              (Inherited from TableVector.) | 
            
| 
                 | 
              SizingMode | 
                 
            Gets or sets a TableSizingModeEnum value determining
            how the size of the current vector (height for rows, width for columns)
            is calculated.
              (Inherited from TableVector.) | 
            
| 
                 | 
              SplitBehavior | 
                 
            Gets or sets a value determining how the current vector is treated
            when it is too high (if it is a row) or too wide (if it is a column)
            to fit in the vertical or horizontal space available on the current page.
              (Inherited from TableVector.) | 
            
| 
                 | 
              Stretch | 
                 
            Gets or sets the StretchColumnEnum mode of the current column.
             
               | 
            
| 
                 | 
              Style | 
                 
            Gets the Style of the current vector (row or column).
              (Inherited from TableVector.) | 
            
| 
                 | 
              Table | 
                 
            Gets the RenderTable object containing the current vector.
              (Inherited from TableVector.) | 
            
| 
                 | 
              Visible | 
                 
            Gets or sets a value indicating whether the current vector
            (row or column) is visible.
              (Inherited from TableVector.) | 
            
| 
                 | 
              Width | 
                 
            Gets or sets the width of the current column.
             
               |