public virtual Color BackgroundColorFor(Cell cell) { return(Color.White); }
public virtual string ContentsOf(Cell cell) { return(" "); }