Returns an int that represents the number of styles in this collection.

<p> public int Length()</p>
<p>Public Function Length() As Integer</p>

int length = styls.Length;
Dim length As Integer = styls.Length