Portál AbcLinuxu, 10. května 2025 05:29
public partial class DataGridViewCell
{
public DataGridViewCell this[string columnName]
{
get{;}
set { ;}
}
}
Ale bohuzel nefunguje...Řešení dotazu:
object GetCellValue(this DataGridView dgv, int row, string col)
?
string alfa=datagridview.Rows[2].Cells["cell typu DataGridViewCell"]["alfa"].value;
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.