The NumSubDivisions property returns the number of subdivisions between major ticks in a map collar. Returns an integer. This is a read-only property.
Syntax
object.NumSubDivisions
Remarks
The collar subdivisions are set with the SetTicks method.
Example
'NumSubDivisions (read-only)
'Return the value of the number of subdivisions
Debug.Print Collar.NumSubDivisions
Used by: Collar object