Spread for ASP.NET 9.0 Product Documentation
ToArray Method


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()
public object[] ToArray()

Return Value

Object array for counting through the collection
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ConditionalFormatCollection Class
ConditionalFormatCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.