GridClearCellState Function

Microchip Graphics Library

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

This function clears the state of the cell (or Grid Item) specified by the column and row.

Input Parameters
Input Parameters 
Description 
GRID * pGrid 
Pointer to the object. 
SHORT column 
column index of the cell 
SHORT row 
row index of the cell 
atate 
specifies the state to be cleared. See Grid Item State. 
Returns

none.

Preconditions

none

Side Effects

none

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