Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IStaticSupport Interface / Static Property


In This Topic
Static Property (IStaticSupport)
In This Topic
Gets or sets whether the cell type is static.
Syntax
'Declaration
 
Property Static As Boolean
 
'Usage
 
Dim instance As IStaticSupport
Dim value As Boolean
 
instance.Static = value
 
value = instance.Static
See Also