NamedRange.CountLarge Property (2007 System)

Gets the number of occurrences of the largest value in a range of values.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CountLarge As Object
'Usage
Dim instance As NamedRange 
Dim value As Object 

value = instance.CountLarge
[BrowsableAttribute(false)]
public Object CountLarge { get; }
[BrowsableAttribute(false)]
public:
property Object^ CountLarge {
    Object^ get ();
}
public function get CountLarge () : Object

Property Value

Type: System.Object
An object that represents the number of occurrences of the largest value in a range of values.

.NET Framework Security

See Also

Reference

NamedRange Class

NamedRange Members

Microsoft.Office.Tools.Excel Namespace