Collection of the
For a list of all members of this type, see ExcelPictureCollection Members.
System.Object
GemBox.Spreadsheet.ExcelPictureCollection
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Suported only in xlsx.
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)
ExcelPictureCollection Members | GemBox.Spreadsheet Namespace | ExcelPicture | ExcelWorksheet