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