Search
StyleData Class
See Also
 






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

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

 Syntax

C#  Copy Code

[Serializable]
public class StyleData : ISerializable

Visual Basic  Copy Code

<Serializable> _
Public Class StyleData
    Implements ISerializable

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.StyleData

 See Also