Spread Silverlight Documentation
IndentationLevel Property (AlignmentBlock)


GrapeCity.Excel Namespace > AlignmentBlock Class : IndentationLevel Property
Gets or sets the indent level of the alignment.
Syntax
'Declaration
 
Public Property IndentationLevel As System.Byte
'Usage
 
Dim instance As AlignmentBlock
Dim value As System.Byte
 
instance.IndentationLevel = value
 
value = instance.IndentationLevel
public System.byte IndentationLevel {get; set;}

Property Value

The indent level of the alignment
See Also

Reference

AlignmentBlock Class
AlignmentBlock Members