Represents a collection of Style objects. This is the type of the Children collection on a Style.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class StyleCollection : CollectionBase
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class StyleCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.C1Preview..::..StyleCollection

See Also