C# Class Canguro.Controller.Grid.GridViewSingleArrayCell

Inheritance: System.Windows.Forms.DataGridViewTextBoxCell
Mostra file Open project: rforsbach/Treu-Structure Class Usage Examples

Protected Methods

Method Description
GetValue ( int rowIndex ) : object
SetValue ( int rowIndex, object value ) : bool

Method Details

GetValue() protected method

protected GetValue ( int rowIndex ) : object
rowIndex int
return object

SetValue() protected method

protected SetValue ( int rowIndex, object value ) : bool
rowIndex int
value object
return bool