C# Class Habanero.Faces.VWG.DataGridViewCellStyleVWG

Represents the formatting and style information applied to individual cells within a DataGridView control.
Inheritance: IDataGridViewCellStyle
Afficher le fichier Open project: Chillisoft/habanero.faces

Méthodes publiques

Méthode Description
ApplyStyle ( IDataGridViewCellStyle dataGridViewCellStyle ) : void

Applies the specified to the current .

Clone ( ) : IDataGridViewCellStyle

Creates an exact copy of this .

DataGridViewCellStyleVWG ( DataGridViewCellStyle dataGridViewCellStyle ) : System

Method Details

ApplyStyle() public méthode

Applies the specified to the current .
dataGridViewCellStyle is null.
public ApplyStyle ( IDataGridViewCellStyle dataGridViewCellStyle ) : void
dataGridViewCellStyle IDataGridViewCellStyle The to apply /// to the current .
Résultat void

Clone() public méthode

Creates an exact copy of this .
public Clone ( ) : IDataGridViewCellStyle
Résultat IDataGridViewCellStyle

DataGridViewCellStyleVWG() public méthode

public DataGridViewCellStyleVWG ( DataGridViewCellStyle dataGridViewCellStyle ) : System
dataGridViewCellStyle DataGridViewCellStyle
Résultat System