Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ScrollPositionChangedEventArgs.ColumnIndex Property

Gets the index of the left-most column of the currently visible area.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public int ColumnIndex { get; }

Property Value

Type Description
Int32

An integer that is the zero-based index of the column to which the worksheet is scrolled.

Remarks

If a worksheet contains frozen columns, the ColumnIndex property returns the index of the left-most column of the currently visible scrollable area.

See Also