ActiveReports3 Request technical support
StyleSheet Class Members
See Also  Properties  Methods 


The following tables list the members exposed by StyleSheet.

Public Properties

 NameDescription
Public PropertyCountReturns the number of Style objects in the collection.  
Public PropertyIsFixedSizeFor internal use only.  
Public PropertyIsReadOnlyFor internal use only.  
Public PropertyIsSynchronizedFor internal use only.  
Public PropertyItemOverloaded. Returns a reference to a Style object in the collection.  
Public PropertySyncRootFor internal use only.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds a new Style object to the collection.  
Public MethodClearRemoves the SytleSheet object from the collection.  
Public MethodContainsDetermines whether the StyleSheet object contains the specified object.  
Public MethodCopyToCopies the Style object to the indicated location.  
Public MethodGetEnumeratorFor internal use only.  
Public MethodIndexOfReturns the index of the first occurrence of a value in the collection.  
Public MethodInsertInserts the specified StyleSheet into the collection at the specified index.  
Public MethodRemoveOverloaded. Removes a style from the collection.
Removes the Style object from the collection.  
Public MethodRemoveAtRemoves the StyleSheet object at the specified location from the collection.  
Top

See Also