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


In This Topic
    TextIndent Property (ConditionalStyleInfo)
    In This Topic
    Gets the amount to indent the text for the cell style.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property TextIndent As Integer
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As Integer
     
    value = instance.TextIndent
    public new int TextIndent {get;}
    See Also