+++ title = "Métodos" weight = 2 +++ ### clear Limpia el rango. Por default solo borra datos. Mire [API CellFlags][1] para más información. ```python rango.clear() ``` Para borrar todo. ```python rango.clear(app.ALL) ``` [1]: https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1sheet_1_1CellFlags.html