CellImageAttribute Constructor
CellImageAttribute(string, bool)
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 .
|