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


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