Hide column/row headers

Hi, in the spreadsheet control, is there a way of hiding both column and row headers?
Also is it possible to remove borders from cells?
Thank you Oisin

I apologize for the delay with the reply.
You may remove the borders of the spreadseet cells using the css:

		.dhx-spreadsheet-grid .dhx_grid_cell{
			border-width: 	0px !important;
		}

Unfortunately currently it is not available to hide the headers of the spreadsheet.