Spread Windows Forms 12.0 Product Documentation
ResetTabStop Method (StyleInfo)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > StyleInfo Class : ResetTabStop Method
Resets the TabStop property to its default value.
Syntax
'Declaration
 
Public Overridable Sub ResetTabStop() 
'Usage
 
Dim instance As StyleInfo
 
instance.ResetTabStop()
public virtual void ResetTabStop()
Remarks
By default, the TabStop property is not set. Resetting the property returns it to the not set state.
Example
This example resets the tab stop.
Dim si As New FarPoint.Win.Spread.StyleInfo
si.ResetTabStop
fpSpread1.ActiveSheet.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo
si.ResetTabStop
fpSpread1.ActiveSheet.DefaultStyle = si;
See Also

Reference

StyleInfo Class
StyleInfo Members