ColumnCollection.Unhide(String, String) Method
In This Article
Displays the hidden columns on a worksheet.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
first |
String | The index of the first column to unhide. |
last |
String | The index of the last column to unhide. |
#Remarks
The method’s firstColumnHeading and lastColumnHeading parameters require column headings in the A1 reference style.
Set the Column.Visible property to true to display an individual column on a worksheet.
See how to hide rows and columns.
See Also