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