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