Version

ExclusiveColScrollRegion Property

Returns or sets the only colscrollregion in which a column is displayed.
Syntax
'Declaration
 
Public Property ExclusiveColScrollRegion As ColScrollRegion
public ColScrollRegion ExclusiveColScrollRegion {get; set;}
Remarks

This property returns a reference to a ColScrollRegion object that can be used to set properties of, and invoke methods on, the colscrollregion whose value will be modified. You can use this reference to access any of the returned colscrollregion's properties or methods.

When this property is set, the column will only appear in the specified colscrollregion; it will not appear in any other colscrollregion. When a colscrollregion is first made exclusive, only the column whose header had this property set will appear in the scrolling region. However, additional columns can be added to the colscrollregion by setting this property for their headers.

If an exclusive colscrollregion is unable to display its columns because their headers have been hidden, the colscrollregion will display all visible columns.

The VisibleHeaders property of a colscrollregion can be used to return references to the columns that are displayed in a colscrollregion.

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