C# 클래스 Com.Aote.Reports.Cell

상속: System.Windows.Controls.Control
파일 보기 프로젝트 열기: DuBin1988/restv2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Column int
ColumnSpan int
Content string
Delegate System.Delegate
Height int
Location string
Row int
RowSpan int
Width int

공개 메소드들

메소드 설명
copyCell ( ) : Cell

复制单元格

메소드 상세

copyCell() 공개 메소드

复制单元格
public copyCell ( ) : Cell
리턴 Cell

프로퍼티 상세

Column 공개적으로 프로퍼티

public int Column
리턴 int

ColumnSpan 공개적으로 프로퍼티

public int ColumnSpan
리턴 int

Content 공개적으로 프로퍼티

public string Content
리턴 string

Delegate 공개적으로 프로퍼티

public Delegate,System Delegate
리턴 System.Delegate

Height 공개적으로 프로퍼티

public int Height
리턴 int

Location 공개적으로 프로퍼티

public string Location
리턴 string

Row 공개적으로 프로퍼티

public int Row
리턴 int

RowSpan 공개적으로 프로퍼티

public int RowSpan
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int