[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CellImageAttribute.-ctor

CellImageAttribute Constructor

CellImageAttribute(string, bool)

Initializes a new instance of the CellImageAttribute class.

Declaration
public CellImageAttribute(string member, bool isField = false)
Public Sub New(member As String, Optional isField As Boolean = False)
Parameters
Type Name Description
string member

A string value indicates the member specified cell inline image data.

bool isField

A boolean value indicates whether the member is a field. Default value is false.