GrapeCity.Xaml.Excel
Indent Property (ExtendedFormat)


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

Property Value

The indent level of the alignment
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members