public override void VisitScalar <T> (string name, Column <T> column, int row) { int tlrow = column.Index[row]; if (_indicator) { _target.WriteCell(name, _source.SymbolAt(tlrow), column.Data[row], -1, true, true); } }