AutoPlay Media Studio 9

Grid.GetCellState

Grid.GetCellState

This is the first topic This is the last topic  

Grid.GetCellState

This is the first topic This is the last topic  

OverviewExamples

table Grid.GetCellState (

string ObjectName,

number Row,

number Column )

Example 1

-- Determine if the cell 1,1 is selected

tbCellState = Grid.GetCellState("DataGrid",1,1);

if (tbCellState) then

     if (tbCellState.Selected) then

         Dialog.Message("Cell State", "This cell is selected.");

     end

end

Gets the state of the grid cell at (1,1) and shows a dialog message if the cell is selected.

See also: Related Actions


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