FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ConditionalFormatCollection Class / ToArray Method


In This Topic
ToArray Method (ConditionalFormatCollection)
In This Topic
Creates an array for counting through the collection.
Syntax
'Declaration
 
Public Function ToArray() As Object()
 
'Usage
 
Dim instance As ConditionalFormatCollection
Dim value() As Object
 
value = instance.ToArray()

Return Value

Object array for counting through the collection
See Also