Constructor
new(?data:Dynamic, rowIndex:Int = -1, columnIndex:Int = -1, selected:Bool = false, ?text:String)
Creates a new GridViewCellState
object with the given arguments.
Available since
1.0.0
.Variables
text:String
Returns the text to display for the cell, as returned by the function
GridViewColumn.itemToText
.
Available since
1.0.0
.See also: