Page History
Description
Number of View objects in the collection. DATATYPE: Integer.
Property Type
- Read-only property
Syntax
Code Block | ||
---|---|---|
| ||
Public Property Count() As Long |
Example
Code Block | ||
---|---|---|
| ||
Dim MyModel As Model
Dim iCount As Long
iCount = MyModel.Views.Count |
Info | ||
---|---|---|
| ||