[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CellPicture

CellPicture Class

Represents a picture embedded in a cell (Picture-In-Cell).

Inheritance
CellPicture
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class CellPicture
Public Class CellPicture

Constructors

Name Description
CellPicture(byte[])

Initializes a new instance of the CellPicture class with the specified image data. The provided array is copied, so subsequent changes to the input array do not affect this instance.

CellPicture(byte[], string)

Initializes a new instance of the CellPicture class with the specified image data and alt text. The provided array is copied, so subsequent changes to the input array do not affect this instance.

Properties

Name Description
AltText

Gets or sets the alt text of the picture. After modification, it must be reassigned to CellPicture to take effect.

ImageData

Gets a copy of the image binary data.