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