SetRowHidden Method

Summary

Changes the visibility status of an individual row.

Syntax

TypeScript
JavaScript
Sheet.prototype.setRowHidden = function( 
   rowIndex, 
   hidden 
) 
setRowHidden( 
   rowIndex: number, 
   hidden: boolean 
): void; 

Parameters

rowIndex

A zero-based index of the row.

hidden

Indicates the visibility state of the row. Set it to true to hide the row or false to make it visible.

Requirements

Target Platforms

See Also

Sheet Class

Sheet Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.