HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
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;