GrapeCity.Xaml.SpreadSheet.Data
TextIndent Property (Column)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Column Class : TextIndent Property
Gets or sets the amount to indent the text in a column.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property TextIndent As Integer
'Usage
 
Dim instance As Column
Dim value As Integer
 
instance.TextIndent = value
 
value = instance.TextIndent
[DefaultValue()]
public int TextIndent {get; set;}

Property Value

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

Reference

Column Class
Column Members