Spread WPF 18
GrapeCity.Spreadsheet Namespace / CellImageAttribute Class
Members


In This Topic
    CellImageAttribute Class
    In This Topic
    Represents an attributes that allow to specify the cell inline image data.
    Object Model
    CellImageAttribute Class
    Syntax
    'Declaration
     
    <AttributeUsageAttribute(AttributeTargets.Class, 
       Inherited=True, 
       AllowMultiple=False)>
    Public Class CellImageAttribute 
       Inherits System.Attribute
    'Usage
     
    Dim instance As CellImageAttribute
    [AttributeUsage(AttributeTargets.Class, 
       Inherited=true, 
       AllowMultiple=false)]
    public class CellImageAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          GrapeCity.Spreadsheet.CellImageAttribute

    See Also