Share via


ColorStops.Count Property

Returns or sets the count of the represented object. Read-only

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

Syntax

'Declaration
ReadOnly Property Count As Integer
    Get
'Usage
Dim instance As ColorStops
Dim value As Integer

value = instance.Count
int Count { get; }

Property Value

Type: System.Int32
Integer

Examples

Returns the number of ColorStops in the active cell.

ActiveCell.Interior.Gradient.ColorStops.Count

See Also

Reference

ColorStops Interface

ColorStops Members

Microsoft.Office.Interop.Excel Namespace