Spread for ASP.NET 7.0 Product Documentation
NamedStyleCollectionEventType Enumeration
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : NamedStyleCollectionEventType Enumeration


Glossary Item Box

Specifies the NamedStyleCollection Changed event.

Syntax

Visual Basic (Declaration) 
Public Enum NamedStyleCollectionEventType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As NamedStyleCollectionEventType
C# 
public enum NamedStyleCollectionEventType : System.Enum 

Members

MemberDescription
ItemAddedIndicates that a style has been added to the collection
ItemChangedIndicates that a style in the collection has been replaced
ItemRemovedIndicates that a style has been removed from the collection

Remarks

For more information on using styles, refer to Creating and Applying a Custom Style for Cells.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.NamedStyleCollectionEventType

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.