private void detail_Format(object sender, EventArgs e) { if (IsDownloadedAsCsv) { AppHelper.AddDoubleQuoteToText(detail.Controls); } }