'Declaration Public Overloads Function AddImageResource( _
ByVal imageStreamThe stream that contains image file.As System.IO.Stream _
) As System.String
public System.String AddImageResource(
System.IO.Stream imageStream
)
public: System.String AddImageResource(
System.IO.Stream* imageStream
)
public:
System.String AddImageResource(
System.IO.Stream^ imageStream
)
Parameters
- imageStream
- The stream that contains image file.
Return Value
A string with resource identifier if image is added to the worksheet; null if image is not added to the worksheet.