ActiveReports.Viewer3 Request technical support
Indent Property
See Also 


Syntax

Visual Basic (Declaration) 
Public Property Indent As Integer
Visual Basic (Usage)Copy Code
Dim instance As TOCTree
Dim value As Integer
 
instance.Indent = value
 
value = instance.Indent
C# 
public int Indent {get; set;}

See Also