java.lang.Object
com.aspose.cells.ControlScrollOrientation
public class ControlScrollOrientation
| Field Summary | ||
|---|---|---|
static final int | AUTO | |
| Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise. | ||
static final int | VERTICAL | |
| Control is rendered vertically. | ||
static final int | HORIZONTAL | |
| Control is rendered horizontally. | ||
| Field Detail |
|---|
AUTO | |
public static final int AUTO | |
VERTICAL | |
public static final int VERTICAL | |
HORIZONTAL | |
public static final int HORIZONTAL | |