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


GrapeCity.Xaml.SpreadSheet.Data Namespace > StyleInfo Class : TextIndent Property
Gets or sets the amount to indent the text in a cell.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property TextIndent As Integer
'Usage
 
Dim instance As StyleInfo
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 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