Share via


Range.CountLarge Property

Counts the largest value in a given Range of values. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property CountLarge As Object
    Get
'Usage
Dim instance As Range
Dim value As Object

value = instance.CountLarge
Object CountLarge { get; }

Property Value

Type: System.Object
Object

See Also

Reference

Range Interface

Range Members

Microsoft.Office.Interop.Excel Namespace