MindFusion.Wpf Pack Programmer's Guide
Worksheet.CopyData Method
See Also
 





Copies the data in the specified range and returns an object identifying the copied data.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public CellData CopyData (
    CellRange range
)

Visual Basic  Copy Code

Public Function CopyData( _
    range As CellRange _
) As CellData

 Parameters

range

The range from which the data is copied.

 Return Value

An object identifying the copied data.

 See Also

Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace