From 8779c65fb7a234a82cc30beec5ff5586a8afe75c Mon Sep 17 00:00:00 2001 From: Alzavio Date: Sun, 24 Mar 2024 10:13:45 -0700 Subject: [PATCH] Documented the dashboard method --- docs/docs/api-ref.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/api-ref.md b/docs/docs/api-ref.md index e6491f2..5d57487 100644 --- a/docs/docs/api-ref.md +++ b/docs/docs/api-ref.md @@ -40,6 +40,8 @@ Saves any changes to the workbook to a new file specified by the `new_file` para `self.shapes` Returns a list of strings with the names of shapes found in the workbook. +`self.dashboards:` Returns a list of strings with the names of the dashboards found in the workbook + ## Datasources ```python class Datasource(dsxml, filename=None)