Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedAppearanceStyleInfo Class / TextIndent Property


In This Topic
    TextIndent Property (NamedAppearanceStyleInfo)
    In This Topic
    Gets the amount to indent the text for the cell style.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property TextIndent As Integer
    'Usage
     
    
    Dim instance As NamedAppearanceStyleInfo
    Dim value As Integer
     
    value = instance.TextIndent
    public new int TextIndent {get;}
    See Also