'Declaration Public Enum ScrollMode Inherits System.Enum
'Usage Dim instance As ScrollMode
public enum ScrollMode : System.Enum
'Declaration Public Enum ScrollMode Inherits System.Enum
'Usage Dim instance As ScrollMode
public enum ScrollMode : System.Enum
Member | Description |
---|---|
Center | Scrolls to the position which the anchor cell is in the middle-center of viewport. |
Nearest | Scrolls as minimum as possible to show the anchor cell. |
TopLeft | Scrolls to the position which the anchor cell is the upper-left cell. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.ScrollMode