AutoPlay Media Studio 9

Grid.SetFixedColumnCount

Grid.SetFixedColumnCount

This is the first topic This is the last topic  

Grid.SetFixedColumnCount

This is the first topic This is the last topic  

OverviewExamples

Grid.SetFixedColumnCount (

string ObjectName,

number ColumnCount )

Example 1

-- get the number of fixed columns

nFixedColumns = Grid.GetFixedColumnCount("Grid1");

-- Add one more fixed column

Grid.SetFixedColumnCount("Grid1", nFixedColumns + 1);

Add one fixed column to the existing fixed column(s)

See also: Related Actions


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