S
Sam K
Trying to add a picture to a cell programmatically that is stored in SQL
Server as a Image Data Type. Can anyone tell me how to all this in VB.NET or
C#. The following works for a image stored on the computer, however I need to
pull from the database.
Dim pic As String = "c:\pic.jpg"
Dim opicture As Object
opicture = oSheet.Pictures.Insert(pic)
Thanks,
Sam
Server as a Image Data Type. Can anyone tell me how to all this in VB.NET or
C#. The following works for a image stored on the computer, however I need to
pull from the database.
Dim pic As String = "c:\pic.jpg"
Dim opicture As Object
opicture = oSheet.Pictures.Insert(pic)
Thanks,
Sam