allows_null property

allows_null property

Gets a value indicating whether cells in this column contain null values or not.

Remarks

Undefined and error values in cells of Spreadsheet documents are also considered to be null.

Definition:

@property
def allows_null(self):
    ...

See Also