get method

get(self, cell_name)

Gets the VerticalPageBreak element with the specified cell name.

Returns

The element with the specified cell name.


def get(self, cell_name):
    ...
ParameterTypeDescription
cell_nameSystem.StringCell name.

See Also