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


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