Library WinForms NextSuite .NET Controls NextGrid .NET Reference Classes NextGrid DeleteRow DeleteRow Delete row at the specified index. Overloaded version finds an index based on specified reference. cspublic void DeleteRow(int index) Parameters index int Absolute index of a row to be deleted. Example csnextGrid1.DeleteRow(nextGrid1.SelectedRow);
DeleteRow Delete row at the specified index. Overloaded version finds an index based on specified reference. cspublic void DeleteRow(int index) Parameters index int Absolute index of a row to be deleted. Example csnextGrid1.DeleteRow(nextGrid1.SelectedRow);