Class GridTreeModelTextDataExchange
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridTreeModelTextDataExchange : GridModelTextDataExchange, IDisposable
Constructors
GridTreeModelTextDataExchange(GridTreeModel)
Declaration
public GridTreeModelTextDataExchange(GridTreeModel model)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Controls.Grid.GridTreeModel | model |
Methods
CutValueFromCell(Int32, Int32, Boolean)
Declaration
public override void CutValueFromCell(int rowindex, int colindex, bool clear)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowindex | |
System.Int32 | colindex | |
System.Boolean | clear |
Overrides
PasteTextRowCol(Int32, Int32, String)
Pastes the text value to the cell
Declaration
public override bool PasteTextRowCol(int rowIndex, int colIndex, string text)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowIndex | Row value for the cell |
System.Int32 | colIndex | Column value for the cell |
System.String | text | New String value for the cell |
Returns
Type | Description |
---|---|
System.Boolean | successful paste returns true |
Overrides
Implements
System.IDisposable