LineJumpStyle 儲存格 (Page Layout 區段)
會決定繪圖頁上所有不具備本機線條跳轉樣式之連接器的線條跳轉樣式。
值 | 線條跳轉樣式 | 自動化常數 |
---|---|---|
0 |
弧 |
visLOJumpStyleDefault |
1 |
弧 |
visLOJumpStyleArc |
2 |
Gap |
visLOJumpStyleGap |
3 |
方形 |
visLOJumpStyleSquare |
4 |
2 面 |
visLOJumpStyleTriangle |
5 |
3 面 |
visLOJumpStyle2Point |
6 |
4 面 |
visLOJumpStyle3Point |
7 |
5 面 |
visLOJumpStyle4Point |
8 |
6 面 |
visLOJumpStyle5Point |
9 |
7 面 |
visLOJumpStyle6Point |
註解
您也可以在 [頁面設定] 對話方塊 (在 [設計] 索引標籤上,按一下 [頁面設定] 箭號,然後按一下 [配置和路徑]) 中的 [配置和路徑] 索引標籤上,設定此儲存格的值。
若要依名稱從其他公式,或是從使用 CellsU 屬性的程式,取得 LineJumpStyle 儲存格的參考,請使用:
值 | |
---|---|
儲存格名稱: |
LineJumpStyle |
若要依索引從程式取得 LineJumpStyle 儲存格的參考,請使用具有下列引數的 CellsSRC 屬性:
值 | |
---|---|
區段索引: |
visSectionObject |
列索引: |
visRowPageLayout |
儲存格索引: |
visPLOJumpStyle |