This option set the inter rows spacing by setting the property CalendarComponent.INTER_ROWS_SPACING.
The code below shows how to set the inter rows spacing: 
<CODE>
CalendarComponent calendarComponent = new CalendarComponent();
calendarComponent.setCalendarProperty(CalendarComponent.INTER_ROWS_SPACING, new Integer(2));
</CODE>
