IOleObject
OleData Property
|
Gets or sets thenative data.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
Byte
See Also