Description
Returns the named Range object that specified by name. If the named range does not exist, the method returns null.
C#
vb.net
Parameters
name
The name of the range.Returns
A namedRange
object, or null if the range does not exist.
Examples
C#
vb.net