Scripts.Count Property

Definition

Returns an Integer indicating the number of items in the specified collection.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

Remarks

Some of the content in this topic may not be applicable to some languages.

The count returned is the number of script blocks in the specified document. In Microsoft Word, Scripts.Count returns the total number of inline and floating script anchors combined.

Applies to