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


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
System.ArgumentOutOfRangeExceptionThe assigned value is less than 0.
Remarks
Only a non-negative value is acceptable.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

StyleInfo Class
StyleInfo Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options