pub fn delete_defined_name(
wb: &mut WorkbookXml,
name: &str,
scope: DefinedNameScope,
) -> Result<()>Expand description
Delete a defined name by name and scope.
Returns an error if the defined name does not exist.
pub fn delete_defined_name(
wb: &mut WorkbookXml,
name: &str,
scope: DefinedNameScope,
) -> Result<()>Delete a defined name by name and scope.
Returns an error if the defined name does not exist.