IsEntireColumn Property
The IsEntireColumn property returns true if the range contains entire columns. Returns a Boolean. This is a read-only property.
Syntax
object.IsEntireColumn
object.IsEntireColumn =IsEntireColumn
Example
This example demonstrates how to return whether or not entire columns within a range have been selected.
Debug.Print WksRange.IsEntireColumn
Used by: WksRange object