AutoPlay Media Studio 9

Grid.SetFixedRowCount

Grid.SetFixedRowCount

This is the first topic This is the last topic  

Grid.SetFixedRowCount

This is the first topic This is the last topic  

OverviewExamples

Grid.SetFixedRowCount (

string ObjectName,

number RowCount )

Example 1

-- get the number of fixed rows

nFixed = Grid.GetFixedRowCount("Grid1");

 

if nFixed > 0 then

-- remove one fixed row

Grid.SetFixedRowCount("Grid1", nFixed - 1);

end

Removes one fixed row

See also: Related Actions


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