Spread WPF 18
GrapeCity.Spreadsheet.Data Namespace / FormulaBindablePropertyAttribute Class
Members


In This Topic
    FormulaBindablePropertyAttribute Class
    In This Topic
    Indicates that the property can be bind to a formula.
    Object Model
    FormulaBindablePropertyAttribute Class
    Syntax
    'Declaration
     
    <AttributeUsageAttribute(AttributeTargets.Property, 
       Inherited=False, 
       AllowMultiple=False)>
    Public NotInheritable Class FormulaBindablePropertyAttribute 
       Inherits System.Attribute
    'Usage
     
    Dim instance As FormulaBindablePropertyAttribute
    [AttributeUsage(AttributeTargets.Property, 
       Inherited=false, 
       AllowMultiple=false)]
    public sealed class FormulaBindablePropertyAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          GrapeCity.Spreadsheet.Data.FormulaBindablePropertyAttribute

    See Also