Set Property [MarkerFormat]
The Set property returns or sets the symbol set name. Returns a string.
Syntax
object.Set
object. Set = Set
Parameter |
Type |
Description |
Set |
String |
required |
Example 1
This example demonstrates how to return the symbol set name.
Debug.Print MarkerFormat.Set
Example 2
This example demonstrates how to designate Arial as the symbol set.
MarkerFormat.Set = "Arial"
Used by: MarkerFormat object