gr context get column

#include <gre/gre.h>
int gr_context_get_column(
  gr_action_context_t *action_context
);

The gr_context_get_column returns the column number of a table cell, if the action's context is a table cell.

Parameters: action_context The action context to get the row information from Returns: The column number if control context for the action context is a table template, -1 otherwise

The gr_context_get_column is used to get the column number of the table cell from the action context, if the control context of the action context is a table cell. If the control context of the action context is not a table cell, this function returns -1.

Was this article helpful?
0 out of 0 found this helpful