Name property: GridColumn class
Description
This property returns the name of the grid column, as a string. This value comes from the Page Field Name on the General tab in the Page Field Properties of the GridColumn object executing the property. This property was the value used to instantiate the GridColumn object.
This property is read-only.
Example
&PF_NAME = &MYGRIDCOLUMN.Name;