NamedRange.CountLarge Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of occurrences of the largest value in a range of values.
public:
property System::Object ^ CountLarge { System::Object ^ get(); };
public object CountLarge { get; }
member this.CountLarge : obj
Public ReadOnly Property CountLarge As Object
Property Value
An object that represents the number of occurrences of the largest value in a range of values.