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