Spread Windows Forms 12.0 Product Documentation
ResetVisualStyles Method (Cell)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Cell Class : ResetVisualStyles Method
Resets the setting of visual styles (XP themes) for the cell to the default setting.
Syntax
'Declaration
 
Public Sub ResetVisualStyles() 
'Usage
 
Dim instance As Cell
 
instance.ResetVisualStyles()
public void ResetVisualStyles()
Example
This example resets the setting of visual styles (XP themes) for the cell.
fpSpread1.ActiveSheet.Cells[0, 0].ResetVisualStyles();
fpSpread1.ActiveSheet.Cells(0, 0).ResetVisualStyles()
See Also

Reference

Cell Class
Cell Members