Spread Silverlight Documentation
ExcelImages Property


GrapeCity.Excel Namespace > ExcelWorksheet Class : ExcelImages Property
Gets the excel images.
Syntax
'Declaration
 
Public ReadOnly Property ExcelImages As System.Collections.Generic.List(Of IExcelImage)
'Usage
 
Dim instance As ExcelWorksheet
Dim value As System.Collections.Generic.List(Of IExcelImage)
 
value = instance.ExcelImages
public System.Collections.Generic.List<IExcelImage> ExcelImages {get;}

Property Value

The excel images.
See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members