C# Class Com.Aote.Reports.Cell

Inheritance: System.Windows.Controls.Control
显示文件 Open project: DuBin1988/restv2 Class Usage Examples

Public Properties

Property Type Description
Column int
ColumnSpan int
Content string
Delegate System.Delegate
Height int
Location string
Row int
RowSpan int
Width int

Public Methods

Method Description
copyCell ( ) : Cell

复制单元格

Method Details

copyCell() public method

复制单元格
public copyCell ( ) : Cell
return Cell

Property Details

Column public_oe property

public int Column
return int

ColumnSpan public_oe property

public int ColumnSpan
return int

Content public_oe property

public string Content
return string

Delegate public_oe property

public Delegate,System Delegate
return System.Delegate

Height public_oe property

public int Height
return int

Location public_oe property

public string Location
return string

Row public_oe property

public int Row
return int

RowSpan public_oe property

public int RowSpan
return int

Width public_oe property

public int Width
return int