DataGrid REALbasic Plugin |
|
DataGridMarker.Constructor Constructor
A constructor that takes a marker color and marker placement as parameters.
Constructor(
markerColor as Color,
placement as Integer)
Parameters
- markerColor
- The color for the marker.
- placement
- The placement for the marker. This can be any of the constants defined in the GridMarkerPosition module.
Remarks
See Also
DataGridMarker Class