Spread Windows Forms 6.0 Product Documentation
ResetTextIndent Method
See Also  Example Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Column Class : ResetTextIndent Method


Glossary Item Box

Resets the amount of indenting of the text.

Syntax

Visual Basic (Declaration) 
Public Sub ResetTextIndent() 
Visual Basic (Usage)Copy Code
Dim instance As Column
 
instance.ResetTextIndent()
C# 
public void ResetTextIndent()

Example

This example resets the text indent for cells in the column.
C#Copy Code
Visual BasicCopy Code

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.