Spread ASP.NET 6.0 Product Documentation
NamedStyleCollectionEventType Enumeration
See Also  Send Feedback
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.