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


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