[]
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. |