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


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