C# Class Com.Aote.Reports.Cell

Inheritance: System.Windows.Controls.Control
Show file 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 property

public int Column
return int

ColumnSpan public property

public int ColumnSpan
return int

Content public property

public string Content
return string

Delegate public property

public Delegate,System Delegate
return System.Delegate

Height public property

public int Height
return int

Location public property

public string Location
return string

Row public property

public int Row
return int

RowSpan public property

public int RowSpan
return int

Width public property

public int Width
return int