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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > StyleInfo Class : ResetTextIndent Method
Resets the text indent.
Syntax
'Declaration
 
Public Overridable Sub ResetTextIndent() 
'Usage
 
Dim instance As StyleInfo
 
instance.ResetTextIndent()
public virtual void ResetTextIndent()
Example
This example uses the ResetTextIndent method.
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo();
si.TextIndent = 2;
si.ResetTextIndent();
fpSpread1.ActiveSheet.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo()
si.TextIndent = 2
si.ResetTextIndent()
fpSpread1.ActiveSheet.DefaultStyle = si
See Also

Reference

StyleInfo Class
StyleInfo Members