Overload | Description |
---|---|
FindByTitle(String) | Searches for a ribbon group with the given title using the string comparison rules for the current culture. Returns null if a ribbon group with the given title is not found. |
FindByTitle(String,StringComparison) | Searches for a ribbon group with the given title using the specified string comparison. Returns null if a ribbon group with the given title is not found. |