XlsDocumentProperty
Blob Property
|
Gets / sets Blob value.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public byte[] Blob { get; set; }
Public Property Blob As Byte()
Get
Set
public:
property array<unsigned char>^ Blob {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Blob : byte[] with get, set
Property Value
Type:
Byte
See Also