Skip to content
Julian Halliwell edited this page Sep 20, 2021 · 2 revisions

Returns a boolean value: whether the specified row in the active sheet is hidden

isRowHidden( workbook, row )

Required arguments

  • workbook spreadsheet object
  • row numeric

Chainable? No.

Example

data = QueryNew( "First,Last", "VarChar,VarChar", [ [ "a","b" ], [ "c","d" ] ] );
spreadsheet = New spreadsheet();
workbook = spreadsheet.workbookFromQuery( data );
spreadsheet.isRowHidden( workbook, 2 );
Clone this wiki locally
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy