Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{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}
{example}{code:csharp|title=C#}
int sheetNum = a.WorksheetIndex;
{code}
{code:vb.net
|title=vb.net
}
Dim sheetNum As Integer = a.WorksheetIndex
Signature
C#C#
{excerpt}
{signature:C#}
 public int WorksheetIndex{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property WorksheetIndex() As Integer
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}