Page tree

Versions Compared

Key

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

Description

Excerpt

Returns the number of hyperlinks in the worksheet.

Signature
C#
C#

 public int Count{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property Count() As Integer
Example
Code Block
csharp
csharp
titleC#

int numLinks = links.Count;
Code Block
vb.net
vb.net
titlevb.net

Dim numLinks As Integer = links.Count