Gets the fill restriction.
Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> FillStop { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FillStop As Nullable(Of Double) |
A double value or null (Nothing in Visual Basic) to indicate no restriction.
See Also