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

Syntax

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

Property Value

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

See Also