CellValueDataTypeAttribute Class
In This Topic
Represents the attribute that allows user to indicates the processing cell value data type.
Object Model
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Field Or _
AttributeTargets.Property,
Inherited=True,
AllowMultiple=False)>
Public NotInheritable Class CellValueDataTypeAttribute
Inherits System.Attribute
[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