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 an int that represents the number of styles in this collection.

Signature
C#
C#
<p> public int Length()</p>
Signature
vb.net
vb.net
<p>Public Function Length() As Integer</p>

Example

Code Block
csharp
csharp
titleC#
int length = styls.Length;
Code Block
vb.net
vb.net
titlevb.net
Dim length As Integer = styls.Length
Example