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


Glossary Item Box

Specifies the type of Change event that has occurred for a style model for the sheet.

Syntax

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

Members

MemberDescription
CellsUpdatedIndicates that the style of one or more cells has changed
ColumnsAddedIndicates that the style of one or more columns have been added
ColumnsRemovedIndicates that the style of one or more columns have been removed
ModelUpdatedIndicates that the model has been updated such that all styles may have changed
RowsAddedIndicates that the style of one or more rows have been added
RowsRemovedIndicates that the style of one or more rows have been removed

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.Model.SheetStyleModelEventType

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.