Back to Devexpress

ScrollPositionChangedEventArgs.ColumnIndex Property

officefileapi-devexpress-dot-spreadsheet-dot-scrollpositionchangedeventargs.md

latest1.4 KB
Original Source

ScrollPositionChangedEventArgs.ColumnIndex Property

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

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public int ColumnIndex { get; }
vb
Public ReadOnly Property ColumnIndex As Integer

Property Value

TypeDescription
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

ScrollPositionChangedEventArgs Class

ScrollPositionChangedEventArgs Members

DevExpress.Spreadsheet Namespace