'Declaration Public Overloads Function IndexOf( _ ByVal group As RibbonGroup _ ) As System.Integer
public System.int IndexOf( RibbonGroup group )
Parameters
- group
- The RibbonGroup to locate in the collection.
Return Value
The zero-based index of group if found in the RibbonGroupCollection; otherwise, -1.