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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.