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


In This Topic
    TextIndent Property (CombinedStyleInfo)
    In This Topic
    Gets the text indent of the cell.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property TextIndent As Integer
    'Usage
     
    
    Dim instance As CombinedStyleInfo
    Dim value As Integer
     
    value = instance.TextIndent
    public new int TextIndent {get;}

    Property Value

    An System.Int32 that represents the text indent of the cell. The value is in pixels. The default is -1 which means the value should be inherited.
    See Also