GroupVerticalIndent Property (SheetView)
In This Topic
Obsolete. Use GroupBarInfo.GroupVerticalIndent instead. Gets or sets the separation of grouping levels for the sheet.
Syntax
'Declaration
Public Property GroupVerticalIndent As Integer
'Usage
Dim instance As SheetView
Dim value As Integer
instance.GroupVerticalIndent = value
value = instance.GroupVerticalIndent
public int GroupVerticalIndent {get; set;}
See Also