C# 클래스 lw_common.export_text.cell

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bg Color
bold bool
col int
font string
font_size int
row int
text string

공개 메소드들

메소드 설명
cell ( int row, int col, string text ) : System

메소드 상세

cell() 공개 메소드

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

프로퍼티 상세

bg 공개적으로 프로퍼티

public Color bg
리턴 Color

bold 공개적으로 프로퍼티

public bool bold
리턴 bool

col 공개적으로 프로퍼티

public int col
리턴 int

font 공개적으로 프로퍼티

public string font
리턴 string

font_size 공개적으로 프로퍼티

public int font_size
리턴 int

row 공개적으로 프로퍼티

public int row
리턴 int

text 공개적으로 프로퍼티

public string text
리턴 string