Version

VisiblePosition Property (GroupHeader)

Returns or sets the visible position of a header.
Syntax
'Declaration
 
Public Overrides NotOverridable Property VisiblePosition As Integer
public override int VisiblePosition {get; set;}
Remarks

This property can be used to specify the ordinal positions of groups and columns.

For group headers, this property returns or sets the position of the group within that group's band. For column headers, this property returns or sets the position of the column within its group, if the column belongs to a group, or its band, if the column belongs to a band.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also