Spread Silverlight Documentation
IndentationLevel Property (IAlignmentBlock)


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

Property Value

The indent level of the alignment
See Also

Reference

IAlignmentBlock Interface
IAlignmentBlock Members