C# Class lw_common.export_text.cell

Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Свойство Type Description
bg Color
bold bool
col int
font string
font_size int
row int
text string

Méthodes publiques

Méthode Description
cell ( int row, int col, string text ) : System

Method Details

cell() public méthode

public cell ( int row, int col, string text ) : System
row int
col int
text string
Résultat System

Property Details

bg public_oe property

public Color bg
Résultat Color

bold public_oe property

public bool bold
Résultat bool

col public_oe property

public int col
Résultat int

font public_oe property

public string font
Résultat string

font_size public_oe property

public int font_size
Résultat int

row public_oe property

public int row
Résultat int

text public_oe property

public string text
Résultat string