HotXLS Docs

Worksheet property

Returns the Worksheet that contains the specified range. Read IXLSWorksheet.

Syntax

property Worksheet: IXLSWorksheet;

Example

This example demonstrates how to obtain the name of Worksheet for the specified range.

SheetName := Range.Worksheet.Name;