Count Property (C1TreeColumnCollection)
In This Topic
Gets the number of columns of tree contained in the
C1TreeColumnCollection instance.
Syntax
'Declaration
<C1DescriptionAttribute("C1TreeColumnCollection.Count", "Gets the number of columns of tree contained in the C1TreeColumnCollection instance.")>
Public ReadOnly Property Count As Integer
[C1Description("C1TreeColumnCollection.Count", "Gets the number of columns of tree contained in the C1TreeColumnCollection instance.")]
public int Count {get;}
See Also