HotXLS Docs
Contents
Home
Overview
TGridToXLS
IXLSWorkbook
Home
Contents
Overview
Worksheet property
Returns the Worksheet that contains the specified range. Read
TXLSWorksheet
Syntax
property
Worksheet:
TXLSWorksheet
;
Example
This example demonstrates how to obtain the name of Worksheet for the specified range
SheetName := Range.Worksheet.Name;