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