private void comboBoxLignes_TextChanged(object sender, RibbonControlEventArgs e)
        {
            // changer celui de VBA :
            string cSharpIndex = comboBoxLignes.Text;

            AddInUtilities.TextChangedComboBoxLignes(cSharpIndex);
        }