[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Data.FormulaBindablePropertyAttribute

FormulaBindablePropertyAttribute Class

Indicates that the property can be bind to a formula.

Inheritance
FormulaBindablePropertyAttribute
Namespace: GrapeCity.Spreadsheet.Data
Assembly: GrapeCity.Spreadsheet.dll
Syntax
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class FormulaBindablePropertyAttribute : Attribute
<AttributeUsage(AttributeTargets.Property, Inherited:=False, AllowMultiple:=False)>
Public NotInheritable Class FormulaBindablePropertyAttribute
    Inherits Attribute

Constructors

Name Description
FormulaBindablePropertyAttribute()

See Also