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()
{signature}{signature:</p>
} Public
Signature
vb.net
vb.net

<p>Public Function Length() As Integer
{signature}
{example}{code:csharp|title=C#}Integer</p>

Example

Code Block
csharp
csharp
titleC#
int length = styls.Length;{code}
{code:
|title=}
Code Block
vb.net
vb.net
titlevb.net
Dim length As Integer = styls.Length{code}

{example}
Example