AutoPlay Media Studio 9

Grid.GetFixedRowCount

Grid.GetFixedRowCount

This is the first topic This is the last topic  

Grid.GetFixedRowCount

This is the first topic This is the last topic  

OverviewExamples

number Grid.GetFixedRowCount (

string ObjectName )

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