Worksheet Property
The Worksheet property returns or sets the data file to link the text object to. Returns a String.
Syntax
object.Worksheet
object.Worksheet = Worksheet
Parameter | Type | Description |
Worksheet | String | required, data file's full path and file name including extension |
Example
This example shows how to set the worksheet to be used for the axis grid lines created from the worksheet.
GridX.worksheet = GrapherApp.Path + "\Samples\Sample1.dat"
Used by: AutoAxisGrid object, AutoAxisTitle object, AutoAxisTickLabels object, AutoGraphTitle object, AutoMFont object, AutoMText object, AutoPieChart object, AutoPieChartTitle object, AutoPlot object, AutoRadarGraph object, AutoScaleTitle object