[]
Specifies how the GcSpreadSheet scrolls in the vertical direction.
public enum VerticalScrollMode
Public Enum VerticalScrollMode
Name | 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. |