This method sets the border color of the play list grid lines.
HRESULT put_BorderColor( OLECOLOR clr );
NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.
Use the RGB macro to set the components of clr before passing clr to the method.
IASPlayList::get_BorderColor, RGB