AutoPlay Media Studio 9

Grid.GetRowCount

Grid.GetRowCount

This is the first topic This is the last topic  

Grid.GetRowCount

This is the first topic This is the last topic  

OverviewExamples

number Grid.GetRowCount (

string ObjectName )

Example 1

-- Get the number of rows

totalRows = Grid.GetRowCount("Grid1");

-- Delete the bottom row

Grid.DeleteRow("Grid1", totalRows -1, true);

-- note: the -1 is because the rows in the grid are zero based.

Deletes the bottom row

See also: Related Actions


Learn More: Indigo Rose Software - AutoPlay Media Studio - Buy Now - Contact Us