Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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[] 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