GrapeCity.Xaml.SpreadSheet.Data
ActualTextIndent Property


GrapeCity.Xaml.SpreadSheet.Data Namespace > Cell Class : ActualTextIndent Property
Gets or sets the current amount used to indent the cell text.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public ReadOnly Property ActualTextIndent As Integer
'Usage
 
Dim instance As Cell
Dim value As Integer
 
value = instance.ActualTextIndent
[DefaultValue()]
public int ActualTextIndent {get;}

Property Value

The amount to indent the text in a cell. The default value is 0 pixels.
See Also

Reference

Cell Class
Cell Members