HorizontalOrVertical (Enum)

Orientation options.

Name Description Value
HORIZONTAL Horizontal orientation. 1752134266 =
‘horz’
VERTICAL Vertical orientation. 1986359924 =
‘vert’

Usage:

  • In function:
    • void Application.tileWindows (
      [orientation:
      HorizontalOrVertical =VERTICAL ]
      )
    • void Cell.split (
      using:
      HorizontalOrVertical
      )
    • void Column.redistribute (
      using:
      HorizontalOrVertical [, thru:
      any]
      )
    • void Column.split (
      using:
      HorizontalOrVertical
      )
    • void Row.redistribute (
      using:
      HorizontalOrVertical [, thru:
      any]
      )
    • void Row.split (
      using:
      HorizontalOrVertical
      )
  • As property:

Leave a Comment

Previous post:

Next post: