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


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > AlternatingRow Class : ResetTextIndent Method
Resets the text indent for the row and makes the row inherit the text indent from the default row.
Syntax
'Declaration
 
Public Sub ResetTextIndent() 
'Usage
 
Dim instance As AlternatingRow
 
instance.ResetTextIndent()
public void ResetTextIndent()
Example
This example uses the ResetTextIndent method.
fpSpread1.ActiveSheet.SetText(0, 0, "test");
fpSpread1.ActiveSheet.AlternatingRows[0].TextIndent = 3;
fpSpread1.ActiveSheet.AlternatingRows[0].ResetTextIndent();
FpSpread1.ActiveSheet.SetText(0, 0, "test")
FpSpread1.ActiveSheet.AlternatingRows(0).TextIndent = 3
FpSpread1.ActiveSheet.AlternatingRows(0).ResetTextIndent()
See Also

Reference

AlternatingRow Class
AlternatingRow Members