Search
FillSeriesForm.FillStop Property
See Also
 






Gets the fill restriction.

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

 Syntax

C#  Copy Code

public Nullable<Double> FillStop { get; }

Visual Basic  Copy Code

Public ReadOnly Property FillStop As Nullable(Of Double)

 Property Value

A double value or null (Nothing in Visual Basic) to indicate no restriction.

 See Also