Gets the binary body image of the HeaderCell object.
            
| C# | Visual Basic | Visual C++ | 
protected override byte[] BodyImage { get; }
Protected Overrides ReadOnly Property BodyImage As Byte() Get
protected: virtual property array<unsigned char>^ BodyImage { array<unsigned char>^ get () override; }