GrapeCity MultiRow Windows Forms Documentation
Values Property


Gets a ICollection that contains the values in the NamedCellStyleDictionary.
Syntax
Public ReadOnly Property Values As ICollection(Of CellStyle)
Dim instance As NamedCellStyleDictionary
Dim value As ICollection(Of CellStyle)
 
value = instance.Values
public ICollection<CellStyle> Values {get;}

Property Value

A ICollection that contains the values in the object that implements NamedCellStyleDictionary.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NamedCellStyleDictionary Class
NamedCellStyleDictionary Members

 

 


Copyright © GrapeCity, inc. All rights reserved.