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