FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadSkin Class / Applying Property


In This Topic
Applying Property
In This Topic
Returns true if the skin is being applied to an FpSpread or SheetView object.
Syntax
'Declaration
 
Protected Property Applying As Boolean
 
'Usage
 
Dim instance As SpreadSkin
Dim value As Boolean
 
instance.Applying = value
 
value = instance.Applying
See Also