Objective Grid for Microsoft® .NET® Reference Guide

CellModifyType Enumeration

Back to Class Index

This enumeration specifies the types of modification to apply to a Style object.     

[Visual Basic]
Public Enum CellModifyType
[C#]
public enum CellModifyType

Members

Member NameDescription
RemoveSpecified attributes will be removed from the style.     
CopyFor copying attributes.     
ExcludeAttributes which are included in the source style will be removed from the destination style.     
ApplyNewFor applying only new attributes.     
OverrideOverride existing attributes.     

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace