Class PivotModelTextDataExchange
Let’s you copy cell text to a stream or clipboard and re-create the cell text at a later time.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotModelTextDataExchange : GridModelTextDataExchange, IDisposable
Constructors
PivotModelTextDataExchange(GridModel)
Initializes a new instance of the Syncfusion.Silverlight.Controls.PivotGrid.PivotModelTextDataExchange class.
Declaration
public PivotModelTextDataExchange(GridModel model)
Parameters
Type | Name | Description |
---|---|---|
GridModel | model | Grid Model. |
Properties
Engine
Gets the PivotEngine attached to.
Declaration
public PivotEngine Engine { get; }
Property Value
Type | Description |
---|---|
PivotEngine | PivotEngine. |
Methods
CopyTextToBuffer(out String, GridRangeInfoList, out Int32, out Int32, Boolean)
Copies text from specific range of cells to buffer.
Declaration
public override bool CopyTextToBuffer(out string buffer, GridRangeInfoList rangeList, out int nrowsdone, out int ncolsdone, bool clear)
Parameters
Type | Name | Description |
---|---|---|
System.String | buffer | Copy of the text. |
GridRangeInfoList | rangeList | List of ranges whose text are to be copied. |
System.Int32 | nrowsdone | Count of rows copied. |
System.Int32 | ncolsdone | Count of columns copied. |
System.Boolean | clear | If set to true, then range list is cleared; otherwise, not. |
Returns
Type | Description |
---|---|
System.Boolean | Returns true, if text copied successfully; otherwise, false. |
Overrides
Implements
System.IDisposable