NUnitAsp

DataGridTester.Cells Property

An array of string arrays containing the contents of the data grid, not counting the header. The outer array represents rows and the inner arrays represents cells within the rows. The cells are returned exactly as they are found in the HTML.

public string[][] Cells {get;}

See Also

DataGridTester Class | NUnit.Extensions.Asp.AspTester Namespace