CompoundType Cell (Line Format Section)
Determines the compound type of the line of a shape.
Value | Description |
---|---|
0 |
Simple |
1 |
Double |
2 |
Thick thin |
3 |
Thin thick |
4 |
Triple |
Remarks
To get a reference to the CompoundType cell by name from another formula, by value of the N attribute of a Cell element, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
CompoundType |
To get a reference to the CompoundType cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionObject |
Row index: |
visRowLine |
Cell index: |
visCompoundType |