Programmer's Guide > Interfaces > TableGrid interface > hlineRuleList method
  
hlineRuleList method
Returns a table object store containing all the TableRules in a specified horizontal line.
hlineRuleList(y, startX, endX)
Parameters
unsigned longy
The vertical coordinate of the horizontal line to be returned
unsigned longstartX
The horizontal coordinate of the left end of the rules to be returned.
unsigned longendX
The horizontal coordinate of the right end of the rules to be returned
Returns
TableObjectStore. A store containing all the rules at vertical coordinate x between startX and endX.