[]
Specifies how the GcSpreadSheet scrolls in the horizontal direction.
public enum HorizontalScrollMode
Public Enum HorizontalScrollMode
| Name | Description |
|---|---|
| Column | Scrolls the GcSpreadSheet column by column. |
| Pixel | Scrolls the GcSpreadSheet pixel by pixel. |
| PixelAndColumn | Scrolls the GcSpreadSheet pixel by pixel but snap to column when finish scrolling. |