GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / Static Property


In This Topic
Static Property (GcNumberCellType)
In This Topic
Gets or sets whether the cell is static, which prohibits user interaction.
Syntax
'Declaration
 
Public Property Static As Boolean
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As Boolean
 
instance.Static = value
 
value = instance.Static
See Also