Back to Devexpress

ColumnCollection.Unhide(Int32, Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-columncollection-dot-unhide-x28-system-dot-int32-system-dot-int32-x29.md

latest1.6 KB
Original Source

ColumnCollection.Unhide(Int32, Int32) Method

Displays the hidden columns on a worksheet.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void Unhide(
    int first,
    int last
)
vb
Sub Unhide(
    first As Integer,
    last As Integer
)

Parameters

NameTypeDescription
firstInt32

A zero-based integer representing the index of the first column to be unhidden.

| | last | Int32 |

A zero-based integer representing the index of the last column to be unhidden.

|

Remarks

Use the Unhide method to show multiple hidden columns at once. To display an individual column, set its Column.Visible property to true.

See Also

Hide(Int32, Int32)

ColumnCollection Interface

ColumnCollection Members

DevExpress.Spreadsheet Namespace