で使用asp.net 3.5していc#ます。datasetname のフィールドを含むレコードを取得していますIsDeleted。このフィールドについて、設定されている場合はtrue、行のテキスト全体を打ち消したいと思います。
例:以下のコードを使用してCapital Caseフィールドのテキストを作成しています:Alertlinq
ds.Tables[0].AsEnumerable().ToList().ForEach(i => i["Alert"] = System.Threading.Thread.CurrentThread.CurrentCulture.TextInfo.ToTitleCase(i["Alert"].ToString()));
このようなことが可能ですto strikeout the entire row's text?
ありがとう