ShowHeaderBar hides both row and column headers how to hide just one?

I would like to hide the row header but not the column header. Is that possible?

Hi,

Thanks for considering Aspose.

Please try:

//To hide row headers only.

GridWeb1.HeaderBarWidth = new Unit("0pt");

Thank you.