Documentazione HotXLS

Worksheet proprietà

Restituisce the Worksheet that contains the specified range. Read TXLSWorksheet

Sintassi

proprietà Worksheet: TXLSWorksheet;

Esempio

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

SheetName := Range.Worksheet.Name;