[]
Gets the text representing the content of a cell.
public override sealed string GetCellText(GridControlRange range)
Public NotOverridable Overrides Function GetCellText(range As GridControlRange) As String
| Type | Name | Description |
|---|---|---|
| GridControlRange | range | The range. |
| Type | Description |
|---|---|
| string |
Gets the text representing the content of a cell.
public virtual string GetCellText(GridCellType cellType, GridCellRange range)
Public Overridable Function GetCellText(cellType As GridCellType, range As GridCellRange) As String
| Type | Name | Description |
|---|---|---|
| GridCellType | cellType | Type of the cell. |
| GridCellRange | range | The range. |
| Type | Description |
|---|---|
| string |