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


In This Topic
    TextIndent Property (ColumnHeaderRenderer)
    In This Topic
    Gets or sets the text indent.
    Syntax
    'Declaration
     
    
    Public Property TextIndent As Integer
    'Usage
     
    
    Dim instance As ColumnHeaderRenderer
    Dim value As Integer
     
    instance.TextIndent = value
     
    value = instance.TextIndent
    public int TextIndent {get; set;}

    Property Value

    The text indent.
    See Also