protected override void Execute(CodeActivityContext context) { SAPGui.SetColumnWidth(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.SAPColumnName.Get(context), this.Width.Get(context)); }