protected override void Execute(CodeActivityContext context)
 {
     this.Output.Set(context, SAPGui.FindColumnIndexByName(this.Id.Get(context), (this.GuiTableControl.Get(context) as sapfewse.GuiTableControl), (this.Session.Get(context) as GuiSession), this.ColumnTitle.Get(context)));
 }