Indent Property (GroupInfo)
In This Topic
Gets or sets the indent of the grouping information.
Syntax
'Declaration
Public Property Indent As Integer
'Usage
Dim instance As GroupInfo
Dim value As Integer
instance.Indent = value
value = instance.Indent
public int Indent {get; set;}
See Also