C# Class lw_common.export_text.cell

Show file Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
bg Color
bold bool
col int
font string
font_size int
row int
text string

Public Methods

Method Description
cell ( int row, int col, string text ) : System

Method Details

cell() public method

public cell ( int row, int col, string text ) : System
row int
col int
text string
return System

Property Details

bg public property

public Color bg
return Color

bold public property

public bool bold
return bool

col public property

public int col
return int

font public property

public string font
return string

font_size public property

public int font_size
return int

row public property

public int row
return int

text public property

public string text
return string