AutoPlay Media Studio 9

Grid.GetColumnHiding

Grid.GetColumnHiding

This is the first topic This is the last topic  

Grid.GetColumnHiding

This is the first topic This is the last topic  

OverviewExamples

boolean Grid.GetColumnHiding (

string ObjectName )

Example 1

-- determines if the columns can be hidden by the user at runtime

bHide = Grid.GetColumnHiding("Grid1");

 

-- if it can be hidden then turn this ability off

if bHide then

    Grid.SetColumHiding("Grid1",false);

end

Turns off the ability for the user to hide the columns at runtime.

See also: Related Actions


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