EZ_SSheetSetFirstCell | |
NAME
EZ_SSheetSetFirstCell - set the origin of displaySYNOPSIS
#include <EZ.h> void EZ_SSheetSetFirstCell( EZ_Widget *ssheet, int row, int column)ARGUMENTS
ssheet Specifies a spread sheet widget. row, column Specifies the indices of a cell.DESCRIPTION
EZ_SSheetSetFirstCell scroll the display so that the specified cell will be displyed at the upper left corner of the disply.SEE ALSO
EZ_SSheetFindCell(3) EZ_SSheetSetTextProperty(3)