Spread Silverlight Documentation
SourceArray Property (IExcelImage)


GrapeCity.Excel Namespace > IExcelImage Interface : SourceArray Property
Gets or sets the source array.
Syntax
'Declaration
 
Property SourceArray As System.Byte()
'Usage
 
Dim instance As IExcelImage
Dim value() As System.Byte
 
instance.SourceArray = value
 
value = instance.SourceArray
System.byte[] SourceArray {get; set;}

Property Value

The source array.
See Also

Reference

IExcelImage Interface
IExcelImage Members