Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / TextIndent Property


In This Topic
    TextIndent Property (Appearance)
    In This Topic
    Gets or sets the amount to indent the text in a cell.
    Syntax
    'Declaration
     
    
    Public Property TextIndent As Integer
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Integer
     
    instance.TextIndent = value
     
    value = instance.TextIndent
    public int TextIndent {get; set;}
    See Also