C# 클래스 SourceGrid.Styles.StyleCell

Summary description for Cell.
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
ApplyToCell ( Cells cell ) : void
StyleCell ( ) : System

StyleCell ( Type pIncludeType, Type pExcludeType, Type pIncludeEditorValueType, Cells pView ) : System

메소드 상세

ApplyToCell() 공개 메소드

public ApplyToCell ( Cells cell ) : void
cell Cells
리턴 void

StyleCell() 공개 메소드

public StyleCell ( ) : System
리턴 System

StyleCell() 공개 메소드

public StyleCell ( Type pIncludeType, Type pExcludeType, Type pIncludeEditorValueType, Cells pView ) : System
pIncludeType System.Type Type of cells to apply this style, a cell can also derived by this type. If null all type are included.
pExcludeType System.Type Type of cells to exclude, a cell can also derived by this type. If null all the cells are used.
pIncludeEditorValueType System.Type Applied if the cell has the specified Type as a Editor.ValueType.
pView Cells
리턴 System