コード例 #1
0
 protected override void Execute(CodeActivityContext context)
 {
     this.CellChangeable.Set(context, SAPGui.GetCellChangeable(this.Id.Get(context), (this.GuiGridView.Get(context) as sapfewse.GuiGridView), (this.Session.Get(context) as GuiSession), this.Row.Get(context), this.SAPColumnName.Get(context)));
 }