FarPoint.Win.Spread
Static Property
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > IStaticSupport Interface : Static Property


Gets or sets whether the cell type is static.

Syntax

Visual Basic (Declaration) 
Property Static As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IStaticSupport
Dim value As Boolean
 
instance.Static = value
 
value = instance.Static
C# 
bool Static {get; set;}

Return Value

Boolean value: true if static and false otherwise

See Also