Represents a picture object used by
For a list of all members of this type, see ExcelPicture Members.
System.Object
GemBox.Spreadsheet.ExcelPicture
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Following code demonstrates how to use images. It shows next features:
[Visual Basic]
sheet.Pictures.Add( "Image.bmp" )
sheet.Pictures.Add( "Image.bmp", New Rectangle(10, 50, 100, 100) )
[C#]
sheet.Pictures.Add( "Image.bmp" );
sheet.Pictures.Add( "Image.bmp", new Rectangle( 10, 50, 100, 100 ) );
Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)
ExcelPicture Members | GemBox.Spreadsheet Namespace | ExcelPictureCollection | ExcelPictureCollection