TextIndent Property (Row)
Gets or sets the amount of spaces to indent text in cells of the row in pixels.
public int TextIndent {get; set;}
'Declaration
Public Property TextIndent As Integer
'Usage
Dim instance As Row
Dim value As Integer
instance.TextIndent = value
value = instance.TextIndent