match_blanks method
match_blanks(self, field_index)
Match all blank cell in the list.
def match_blanks(self, field_index):
    ...
| Parameter | Type | Description | 
|---|---|---|
| field_index | int | The 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
- module aspose.cells
- class AutoFilter