fillLength property

int? fillLength
getter/setter pair

The number of rows or columns that data should be filled into.

Positive numbers expand beyond the last row or last column of the source. Negative numbers expand before the first row or first column of the source.

Implementation

core.int? fillLength;