[]
Get the cell text for C1Combo.
public string GetItemText(int rowIndex, int colIndex)
| Type | Name | Description |
|---|---|---|
| int | rowIndex | |
| int | colIndex |
| Type | Description |
|---|---|
| string |
Gets the cell text for any cell.
public string GetItemText(int rowIndex, string colName)
| Type | Name | Description |
|---|---|---|
| int | rowIndex | |
| string | colName |
| Type | Description |
|---|---|
| string |