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