GetSheet Method

Summary

Retrieves a sheet from the Excel workbook based on the specified name.

Syntax

TypeScript
JavaScript
LEADWorkbook.prototype.getSheet = function( 
   sheetName 
) 
getSheet( 
   sheetName: string 
): Sheet; 

Parameters

sheetName

A string specifying the name of the sheet to retrieve. The sheet name must exactly match the name of an existing sheet within the workbook, considering case sensitivity.

Return Value

The Sheet object corresponding to the specified name.

Requirements

Target Platforms

See Also

LEADWorkbook Class

LEADWorkbook 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.