Worksheet.SetColumnCaption
Worksheet.SetColumnCaption method
Sets the caption for the column.please note this is an extension attribute and can not keep in excel file
public void SetColumnCaption(int column, string caption)
| Parameter | Type | Description | 
|---|---|---|
| column | Int32 | Column index. | 
| caption | String | The column caption. Pass null or empty string if you want cancel the caption. | 
See Also
- class Worksheet
 - namespace Aspose.Cells.GridDesktop
 - assembly Aspose.Cells.GridDesktop