[]
Represents an attributes that allow to specify the cell inline image data.
[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public class CellImageAttribute : Attribute
<AttributeUsage(AttributeTargets.Class, Inherited:=True, AllowMultiple:=False)>
Public Class CellImageAttribute
Inherits Attribute
Name | Description |
---|---|
CellImageAttribute(string, bool) | Initializes a new instance of the CellImageAttribute class. |
Name | Description |
---|---|
IsField | Gets a boolean value indicating whether the member is a field. |
Member | Gets the member indicating cell inline image data. |