Programmer's Guide > Interfaces > TableGrid interface > vlineRuleList method
  
vlineRuleList method
Returns a table object store containing all the TableRules in a specified vertical line.
vlineRuleList(x, startY, endY)
Parameters
unsigned longx
The horizontal coordinate of the vertical line to be returned
unsigned longstartY
The vertical coordinate of the top end of the rules to be returned.
unsigned longendY
The vertical coordinate of the bottom end of the rules to be returned
Returns
TableObjectStore. A store containing all the rules at horizontal coordinate x between startY and endY.