GrapeCity MultiRow Windows Forms Documentation
CellStyleScopes Enumeration


Specifies the GcMultiRow entity that owns the cell style that was changed.
Syntax
<FlagsAttribute()>
Public Enum CellStyleScopes 
   Inherits System.Enum
Dim instance As CellStyleScopes
[Flags()]
public enum CellStyleScopes : System.Enum 
Members
MemberDescription
AlternatingRowHeaderCellsSpecifies that one or more values of the object returned by the GcMultiRow.AlternatingRowsDefaultHeaderCellStyle property changed.
AlternatingRowsSpecifies that one or more values of the object returned by the GcMultiRow.AlternatingRowsDefaultCellStyle property changed.
CellSpecifies that one or more values of the object returned by the Cell.Style property changed.
ColumnSpecifies that one or more values of the object returned by the Column.DefaultCellStyle property of a Column changed.
ColumnFooterSpecifies that one or more values of the object returned by the Section.DefaultCellStyle property of a ColumnFooterSection changed.
ColumnFooterHeaderCellSpecifies that one or more values of the object returned by the Section.DefaultHeaderCellStyle property of a ColumnFooterSection changed.
ColumnFooterHeaderCellsSpecifies that one or more values of the object returned by the GcMultiRow.ColumnFootersDefaultHeaderCellStyle property changed.
ColumnFootersSpecifies that one or more values of the object returned by the GcMultiRow.ColumnFootersDefaultCellStyle property changed.
ColumnHeaderSpecifies that one or more values of the object returned by the Section.DefaultCellStyle property of a ColumnHeaderSection changed.
ColumnHeaderHeaderCellSpecifies that one or more values of the object returned by the Section.DefaultHeaderCellStyle property of a ColumnHeaderSection changed.
ColumnHeaderHeaderCellsSpecifies that one or more values of the object returned by the GcMultiRow.ColumnHeadersDefaultHeaderCellStyle property changed.
ColumnHeadersSpecifies that one or more values of the object returned by the GcMultiRow.ColumnHeadersDefaultCellStyle property changed.
GcMultiRowSpecifies that one or more values of the object returned by the GcMultiRow.DefaultCellStyle property changed.
NoneSpecifies the owning entity is unspecified.
RowSpecifies that one or more values of the object returned by the Section.DefaultCellStyle property of a Row changed.
RowHeaderCellSpecifies that one or more values of the object returned by the Section.DefaultHeaderCellStyle property of a Row changed.
RowHeaderCellsSpecifies that one or more values of the object returned by the GcMultiRow.RowsDefaultHeaderCellStyle property changed.
RowsSpecifies that one or more values of the object returned by the GcMultiRow.RowsDefaultCellStyle property changed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.CellStyleScopes

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
CellStyleContentChangedEventArgs Class

 

 


Copyright © GrapeCity, inc. All rights reserved.