IsEntireRow Property
IsEntireRow returns true if the range contains whole rows. It has a Boolean value. The value is 'True', when entire rows in a range is selected and 'False', when entire rows within the range is not selected. 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.IsEntireRow
Used by: WksRange object