Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Count property returns the number of Column objects that are in the Columns collection. Hidden columns are included in the collection's count. This property is read-only.
Syntax
Property Count As Long
Property value
The number of Column objects contained in this collection.
Examples
' Determine the number of columns in the view.
Dim nCols As Long
nCols = objCols.Count
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
IDL |
|
DLL |
|
IID |
IID_Columns is defined as 383D4D97-FC44-478B-B139-6323DC48611C |