Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnInfo Class / IsBinding Property


In This Topic
IsBinding Property
In This Topic
Determines whether the clolumn be bindging to DataSource.
Syntax
'Declaration
 
Public Property IsBinding As Boolean
 
'Usage
 
Dim instance As ListColumnInfo
Dim value As Boolean
 
instance.IsBinding = value
 
value = instance.IsBinding
See Also