'Declaration Public Enum VerticalScrollMode Inherits System.Enum
'Usage Dim instance As VerticalScrollMode
public enum VerticalScrollMode : System.Enum
'Declaration Public Enum VerticalScrollMode Inherits System.Enum
'Usage Dim instance As VerticalScrollMode
public enum VerticalScrollMode : System.Enum
Member | Description |
---|---|
Pixel | Scrolls the GcSpreadSheet pixel by pixel. |
PixelAndRow | Scrolls the GcSpreadSheet pixel by pixel but snap to row when finish scrolling. |
Row | Scrolls the GcSpreadSheet row by row. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.VerticalScrollMode