Aspose::Cells::Cells::UnhideColumns method

Cells::UnhideColumns method

Unhide multiple columns.

void Aspose::Cells::Cells::UnhideColumns(int32_t column, int32_t totalColumns, double width)
ParameterTypeDescription
columnint32_tColumn index.
totalColumnsint32_tColumn number
widthdoubleColumn width.

Remarks

Only applies the column width to the hidden columns.

See Also