Spread Windows Forms 12.0 Product Documentation
Static Property (IStaticSupport)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IStaticSupport Interface : Static Property
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
bool Static {get; set;}

Property Value

Boolean value: true if static and false otherwise
See Also

Reference

IStaticSupport Interface
IStaticSupport Members