Displays or hides the fixed column to the left of a grid that displays the arrow row marker.
Syntax
object.DisplayRowMarker [= Boolean]
Parameters
The DisplayRowMarker property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
Boolean |
Whether to display or hide the fixed column in a grid that displays the arrow row marker. |
Settings
The settings for Boolean are:
Value |
Description |
True |
Displays the fixed column in a grid with the arrow row marker. |
False |
Hides the fixed column. |
Remarks
Set this property to False to customize a grid display by hiding the arrow row marker.