GridSetCellState Function

Microchip Graphics Library

Microchip Graphics Library
GridSetCellState Function
C
void GridSetCellState(
    GRID * pGrid, 
    SHORT column, 
    SHORT row, 
    WORD state
);
Overview

This function sets the state of the Grid Item or cell.

Input Parameters
Input Parameters 
Description 
GRID * pGrid 
The pointer to the Grid object. 
SHORT column 
the column index of the cell 
SHORT row 
the row index of the cell 
WORD state 
sets the state of the Grid Item specified. 
Returns

none.

Preconditions

Object must be created before this function is called.

Side Effects

none

Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved