Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Determines the line pattern of the shape. The value entered in the LinePattern cell is a number that is an index into a collection of line patterns.
| Value | Description |
|---|---|
| 0 |
No line pattern |
| 1 |
Solid |
| 2 - 23 |
Assorted line patterns |
Remarks
You can view the line pattern collection in the Line dialog box (on the Home tab, in the Shape group, click Line, point to Dashes, and then click More Lines).
To specify a custom line pattern, use the USE function in this cell.
To get a reference to the LinePattern cell by name from another formula, or from a program using the CellsU property, use:
| Value | |
|---|---|
| Cell name: |
LinePattern |
To get a reference to the LinePattern cell by index from a program, use the CellsSRC property with the following arguments:
| Value | |
|---|---|
| Section index: |
visSectionObject |
| Row index: |
visRowLine |
| Cell index: |
visLinePattern |