data_body_range property

data_body_range property

Returns a CellArea object that represents the range that contains the data area in the list between the header row and the insert row. Read-only.

Definition:

@property
def data_body_range(self):
    ...

See Also