ExportTrendData method
Exports the trend data into a CSV file.
Syntax
Trend
.ExportTrendData
(FileName
)where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.FileName
- is a parameter of the type String that specifies the CSV file name with the particular path, for example, C:\Users\Public\Documents\sample.csv
.Provide Feedback