{description}
{excerpt}Returns an {{int}} that represents the number of styles in this collection.{excerpt}
{signature:C#}
 public int Length()
{signature}{signature:vb.net}
Public Function Length() As Integer
{signature}
{example}{code:csharp|title=C#}
int length = styls.Length;{code}
{code:vb.net|title=vb.net}
Dim length As Integer = styls.Length{code}

{example}