TextIndent Property (CombinedStyleInfo)
Gets the text indent of the cell.
public new int TextIndent {get;}
'Declaration
Public Shadows ReadOnly Property TextIndent As Integer
'Usage
Dim instance As CombinedStyleInfo
Dim value As Integer
value = instance.TextIndent
Property Value
An
System.Int32 that represents the text indent of the cell. The value is in pixels. The default is -1 which means the value should be inherited.