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