C# Class lw_common.export_text.cell

显示文件 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_oe property

public Color bg
return Color

bold public_oe property

public bool bold
return bool

col public_oe property

public int col
return int

font public_oe property

public string font
return string

font_size public_oe property

public int font_size
return int

row public_oe property

public int row
return int

text public_oe property

public string text
return string