is_array_header property

is_array_header property

Indicates the cell’s formula is an array formula and it is the first cell of the array.

Definition:

@property
def is_array_header(self):
    ...

See Also