Name | Description | |
---|---|---|
AllowEditing | Returns true when the cell in the specified range can be edited. | |
BindCell | Binds the cell. | |
CreateCell | Creates the content of the cell. | |
CreateCellEditor | Creates the cell editor. | |
GetCellKind | Gets a key that defines the type of cell content. | |
GetCellText | Gets the text representing the content of a cell. | |
GetColumnOffset | Overloaded. Gets the distance between the origin and the specified column. | |
GetColumnRenderWidth | Gets the render width of the specified column. | |
GetDefaultColumn | Gets the default column dimensions. | |
GetDefaultRow | Gets the default row dimensions. | |
GetFrozenBottomRows | Gets the number of frozen rows at the bottom. | |
GetFrozenColumns | Gets the number of frozen columns. | |
GetFrozenRows | Gets the number of frozen rows. | |
GetHoverRange | Gets range of cells from the coordinates of the hovered cell. | |
GetRowOffset | Overloaded. Gets the distance between the origin and the specified row. | |
GetRowRenderHeight | Gets the render height of the specified row. | |
GetSelectedTimes | Gets the number of times a cell is selected. | |
GetSelectionRange | Gets the effective selection range from another range. | |
IsBottomFreezingSeparatorVisible | Gets whether the bottom freezing separator is visible. | |
IsLeftFreezingSeparatorVisible | Gets whether the left freezing separator is visible. | |
IsTopFreezingSeparatorVisible | Gets whether the top freezing separator is visible. | |
OnEditEnded | Called when the editing of a cell ended. | |
PrepareCell | Prepares the cell to be shown. | |
RefreshSelectedRanges | Refreshes the grid according to the selected ranges. | |
RevertCell | Reverts the style of a cell to be used again. | |
SetCellValue | Sets the value of a specified cell. | |
UnbindCell | Unbinds the cell. |