using System; using System.Collections.Generic; using System.Text; using System.Web.UI.WebControls; namespace YYControls { /// /// GridViewTableCell /// public class GridViewTableCell { private TableCell _tableCell; private int _columnIndex;