WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotModelTextDataExchange

    Show / Hide Table of Contents

    Class PivotModelTextDataExchange

    Let’s you copy cell text to a stream or clipboard and re-create the cell text at a later time.

    Inheritance
    System.Object
    GridModelTextDataExchange
    PivotModelTextDataExchange
    Implements
    System.IDisposable
    Inherited Members
    GridModelTextDataExchange.CutValueFromCell(Int32, Int32, Boolean)
    GridModelTextDataExchange.CopyXmlToBuffer(String, GridRangeInfoList, Int32, Int32, Boolean)
    GridModelTextDataExchange.PasteXmlFromBuffer(XmlDocument, GridRangeInfoList)
    GridModelTextDataExchange.PasteTextFromBuffer(String, GridRangeInfoList)
    GridModelTextDataExchange.CalcBufferDimension(String, Int32, Int32)
    GridModelTextDataExchange.PasteTextRowCol(Int32, Int32, String)
    GridModelTextDataExchange.GetCopyTextRowCol(Int32, Int32)
    GridModelTextDataExchange.Dispose()
    GridModelTextDataExchange.Model
    GridModelTextDataExchange.TabDelimiter
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    GridModelTextDataExchange.CopyTextToBuffer(out String, GridRangeInfoList, out Int32, out Int32, Boolean)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved