Search
CellData Class
See Also
 






Represents a copy of the cell data in a worksheet region. Instances of this class can be obtained by calling the CopyData method of a Worksheet.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public class CellData

Visual Basic  Copy Code

Public Class CellData

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.CellData

 See Also