Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns the 0-based position in the parent Charts collection. If this Chart is on its own Chartsheet, then this will return 0.

Signature
C#
C#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public int PositionInCollection{ get; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public ReadOnly Property PositionInCollection() As Integer</p>Integer
Remarks

For charts that have been removed from a worksheet, or charts in a worksheet that has been deleted, this property will return -1.