C# Class Com.Aote.Report.Cell

Inheritance: IMove
Mostrar archivo Open project: DuBin1988/newsellinggas Class Usage Examples

Public Properties

Property Type Description
Column int
ColumnSpan int
Content string
Height int
Row int
RowSpan int
Width int
location string

Public Methods

Method Description
MoveTo ( Point point ) : void

Method Details

MoveTo() public method

public MoveTo ( Point point ) : void
point Point
return void

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

Height public_oe property

public int Height
return int

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

location public_oe property

public string location
return string