C# |
---|
public class LJCGridRow : DataGridViewRow |
#ctor | Initializes an object instance. |
LJCGetCellText | Sets the cell value. |
LJCGetInt32 | Gets the stored int value using an int key. |
LJCGetInt32 | Gets the stored int value using a string key. |
LJCGetInt64 | Gets the stored long value using a long key. |
LJCGetInt64 | Gets the stored long value using a string key. |
LJCGetString | Gets the stored string value using an int key. |
LJCGetString | Gets the stored string value using a string key. |
LJCSetCellText | Sets the cell value by index. |
LJCSetCellText | Sets the cell value by name. |
LJCSetInt32 | Stores an int key and int value pair. |
LJCSetInt32 | Stores a string key and int value pair. |
LJCSetInt64 | Stores a long key and long value pair. |
LJCSetInt64 | Stores a string key and long value pair. |
LJCSetString | Stores a int key and string value pair. |
LJCSetString | Stores a string key and string value pair. |
LJCSetValues | Updates a grid row with the DbValues. |
LJCSetValues | Updates a grid row with the record values. |
LJCSetValues | Updates a grid row with the object values. |