Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public byte[] ImageData { get; set; }
Public Property ImageData As Byte()
	Get
	Set
public:
property array<unsigned char>^ ImageData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
member ImageData : byte[] with get, set

Property Value

array<Byte>[]()[][]

See Also