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


In This Topic
    TextIndent Property (AlternatingRow)
    In This Topic
    Gets or sets the amount of space, in pixels, to indent text in cells in this row.
    Syntax
    'Declaration
     
    
    Public Property TextIndent As Integer
    'Usage
     
    
    Dim instance As AlternatingRow
    Dim value As Integer
     
    instance.TextIndent = value
     
    value = instance.TextIndent
    public int TextIndent {get; set;}
    See Also