Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Returns the 0-based

...

index

...

of

...

the

...

worksheet

...

that

...

contains

...

the

...

specified

...

area,

...

or

...

-1

...

if

...

the

...

worksheet

...

that

...

contained

...

the

...

area

...

doesn't

...

exist

...

anymore.

...

Signature
C#
C#
 public int WorksheetIndex{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property WorksheetIndex() As Integer
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

int sheetNum = a.WorksheetIndex;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim sheetNum As Integer = a.WorksheetIndex
{code} {example} {scrollbar}
Scrollbar