Spread Silverlight Documentation
TextIndent Property (StyleInfo)


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

Property Value

The amount to indent the text in a cell in pixels. The default value is 0 pixels.
Exceptions
ExceptionDescription
The assigned value is less than 0.
Remarks
Only a non-negative value is acceptable.
See Also

Reference

StyleInfo Class
StyleInfo Members