Spread WPF 18
GrapeCity.CalcEngine Namespace / CellValueDataTypeAttribute Class
Members


In This Topic
    CellValueDataTypeAttribute Class
    In This Topic
    Represents the attribute that allows user to indicates the processing cell value data type.
    Object Model
    CellValueDataTypeAttribute Class
    Syntax
    'Declaration
     
    <AttributeUsageAttribute(AttributeTargets.Field Or  _
        AttributeTargets.Property, 
       Inherited=True, 
       AllowMultiple=False)>
    Public NotInheritable Class CellValueDataTypeAttribute 
       Inherits System.Attribute
    'Usage
     
    Dim instance As CellValueDataTypeAttribute
    [AttributeUsage(AttributeTargets.Field | 
        AttributeTargets.Property, 
       Inherited=true, 
       AllowMultiple=false)]
    public sealed class CellValueDataTypeAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          GrapeCity.CalcEngine.CellValueDataTypeAttribute

    See Also