GrapeCity.Xaml.Excel
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 Byte
'Usage
 
Dim instance As AlignmentBlock
Dim value As Byte
 
instance.IndentationLevel = value
 
value = instance.IndentationLevel
public byte IndentationLevel {get; set;}

Property Value

The indent level of the alignment
See Also

Reference

AlignmentBlock Class
AlignmentBlock Members