Search
FillSeriesForm.FillTrend Property
See Also
 






Gets the flag indicating whether to use linear or growth trend.

Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms

 Syntax

C#  Copy Code

public bool FillTrend { get; }

Visual Basic  Copy Code

Public ReadOnly Property FillTrend As Boolean

 Property Value

true if the Trend checkbox is selected; otherwise, false.

 See Also