GrapeCity.Xaml.Excel
SourceArray Property (ExcelImage)


Gets or sets the source array.
Syntax
'Declaration
 
Public Property SourceArray As Byte()
'Usage
 
Dim instance As ExcelImage
Dim value() As Byte
 
instance.SourceArray = value
 
value = instance.SourceArray
public byte[] SourceArray {get; set;}

Property Value

The source array.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelImage Class
ExcelImage Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options