If I’m understanding your question correctly, you want to be able to use the fill_solid command to act on your LEDs in two sections. If this is correct then the following code should do the trick:
The &(leds) code passes the address of the first LED to fill, so the first line passes the address of the first LED and the second line passes the address of the 151st LED.