Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / 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. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class FormulaBindablePropertyAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As FormulaBindablePropertyAttribute
    public sealed class FormulaBindablePropertyAttribute : System.Attribute 
    Inheritance Hierarchy

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

    See Also