In This Topic
Gets or sets the border of the grouping information.
Syntax
'Declaration
Public Property FooterBorder As IBorder
'Usage
Dim instance As GroupInfo
Dim value As IBorder
instance.FooterBorder = value
value = instance.FooterBorder
public IBorder FooterBorder {get; set;}
See Also