match_non_blanks method

match_non_blanks

Match all not blank cell in the list.

def match_non_blanks(self, field_index):
    ...
ParameterTypeDescription
field_indexintThe integer offset of the field on which you want to base the filter
(from the left of the list; the leftmost field is field 0).

See Also