GetDataDisplay Method (C1FlexGrid)
In This Topic
Gets the value in a grid cell, formatted as a string.
Overload List
Overload | Description |
GetDataDisplay(Int32,Int32) | Gets the value in a grid cell, formatted as a string. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
GetDataDisplay(Int32,String) | Gets the value in a grid cell, formatted as a string. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
GetDataDisplay(Int32,Int32,Image,CheckEnum) | Gets the value in a grid cell, formatted as a string, and the image or checkbox in the cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
GetDataDisplay(Int32,String,Image,CheckEnum) | Gets the value in a grid cell, formatted as a string, and the image or checkbox in the cell. (Inherited from C1.Win.C1FlexGrid.C1FlexGridBase) |
See Also