C# 클래스 Habanero.Faces.VWG.DataGridViewCellStyleVWG

Represents the formatting and style information applied to individual cells within a DataGridView control.
상속: IDataGridViewCellStyle
파일 보기 프로젝트 열기: Chillisoft/habanero.faces

공개 메소드들

메소드 설명
ApplyStyle ( IDataGridViewCellStyle dataGridViewCellStyle ) : void

Applies the specified to the current .

Clone ( ) : IDataGridViewCellStyle

Creates an exact copy of this .

DataGridViewCellStyleVWG ( DataGridViewCellStyle dataGridViewCellStyle ) : System

메소드 상세

ApplyStyle() 공개 메소드

Applies the specified to the current .
dataGridViewCellStyle is null.
public ApplyStyle ( IDataGridViewCellStyle dataGridViewCellStyle ) : void
dataGridViewCellStyle IDataGridViewCellStyle The to apply /// to the current .
리턴 void

Clone() 공개 메소드

Creates an exact copy of this .
public Clone ( ) : IDataGridViewCellStyle
리턴 IDataGridViewCellStyle

DataGridViewCellStyleVWG() 공개 메소드

public DataGridViewCellStyleVWG ( DataGridViewCellStyle dataGridViewCellStyle ) : System
dataGridViewCellStyle DataGridViewCellStyle
리턴 System