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