Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Area > WorksheetIndex

WorksheetIndex Property


C# Signature:

VB.NET Signature:


Description:

Returns the 0-based index of the worksheet that contains the specified area.

WorksheetIndex is a read only property.



Examples:

[csharp]
int sheetNum = a.WorksheetIndex;
[vbnet]
Dim sheetNum As Integer = a.WorksheetIndex


Getter

Signature:

public int WorksheetIndex

Returns:

int The the 0-based index of the worksheet within which the area is defined.



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.