[]
Gets the text representing the content of a cell.
public override sealed string GetCellText(GridControlRange range)
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)
Type | Name | Description |
---|---|---|
GridCellType | cellType | Type of the cell. |
GridCellRange | range | The range. |
Type | Description |
---|---|
string |