Customize Row and Column Headers

Customizing Row Header

To customize the header or caption of a row:

  1. Add the Aspose.Cells.GridWeb control to a Web Form.
  2. Access the worksheet in the GridWorksheetCollection.
  3. Set the caption of any specified row.

The headers of row 1 and 2 has been customized

todo:image_alt_text

Customizing Column Header

To customize the header or caption of a column:

  1. Add the Aspose.Cells.GridWeb control to a Web Form.
  2. Access the worksheet in the GridWorksheetCollection.
  3. Set the caption of any specified column.

The headers of column 1, 2 and 3 has been customized

todo:image_alt_text