Gets the flag indicating whether to use linear or growth trend.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public bool FillTrend { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property FillTrend As Boolean |
true if the Trend checkbox is selected; otherwise, false.
See Also