Determines if the Filler can add value to the current fill.
The value to test. Can be any type or null
.
The previous value in the candidate set that is not a null. This is undefined
for the first element.
true
if the value should be added.
Create a IAutoFill.FillAt function using the provided values and options.
Represents a filler capable of determining if it can fill a value and creating an IAutoFill.FillAt function for generating filled values within a single dimension (row or column).