NativeExcel suite v1.x

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;
Copyright © NikaSoft 2004-2012