DefinedNameUtility
Overview
DefinedNameUtility is a struct in Aspose.Cells FOSS for Rust.
Inherits from: Debug, Default, Clone, and 3 more.
This struct provides 5 methods for working with DefinedNameUtility objects in Rust programs.
Available methods include: is_reserved_name, normalize_comment, normalize_formula, normalize_name, same_scope.
All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.
Methods
| Signature | Description |
|---|---|
is_reserved_name(name: &str) → bool | Calls is_reserved_name(name) on this DefinedNameUtility instance. |
normalize_name(name: impl Into<String>) → Result<String, CellsError> | Calls normalize_name(name) on this DefinedNameUtility instance. |
normalize_formula(formula: impl Into<String>) → Result<String, CellsError> | Calls normalize_formula(formula) on this DefinedNameUtility instance. |
normalize_comment(comment: impl Into<String>) → String | Calls normalize_comment(comment) on this DefinedNameUtility instance. |
same_scope(left: Option<i32>, right: Option<i32>) → bool | Calls same_scope(left, right) on this DefinedNameUtility instance. |