Add image to WeblistBox error

This doesn’t work:

ListBox1.AddRow("")
Listbox1.CellPicture(0, 0) = ImageViewMenuIcon2

Where ImageViewMenuIcon2 is an icon image added to the project.

It yields the following error:
“You cannot assign a non-value type to a value”