[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetAutoScrollingEventArg

SheetAutoScrollingEventArg Class

Represents the event data for the SheetAutoScrolling event for the Spread component.

Inheritance
SheetAutoScrollingEventArg
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SheetAutoScrollingEventArg : CancelEventArgs
Public Class SheetAutoScrollingEventArg
    Inherits CancelEventArgs

Constructors

Name Description
SheetAutoScrollingEventArg(int, int, int, int, int, int)

Properties

Name Description
ColumnViewportIndex

Gets the column viewport index.

LefColumn

Gets the left column.

NewLefColumn

Gets new left column.

NewTopRow

Gets the new top row.

RowViewportIndex

Gets the row viewport index.

TopRow

Gets the top row.