Table View Property Page: Columns 
Set the following properties just as you would in a Visual Basic program. For more information, see:
Column Object Column Object Properties Columns Collection Object
Property |
Description |
Column |
Select the desired column. |
Header |
Enter the column header. |
TableIndex |
Enter the index of the associated table column for a connection to a SAP Table object. |
Width |
Enter the width of the column in average character units. |
Format |
Enter the desired format string. |
Name |
Enter the name of the column. The Column object is a Named Object in the Columns collection. The Name property may be used to access the Column object through dynamic properties. |
Alignment |
Select the desired Alignment for this column. |
Type |
Select the Type for this column. |
Visible |
Set the column to visible or invisible |
Protected |
Mark the column as protected. (See also EnableProtection) |