FarPoint.Win.Spread
StyleInfo Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : StyleInfo Class


Represents the set of cell-level style settings for objects.

Object Model







Syntax

Visual Basic (Declaration) 
Public Class StyleInfo 
   Implements ICanSerializeXmlISerializeSupport 
Visual Basic (Usage)Copy Code
Dim instance As StyleInfo
C# 
public class StyleInfo : ICanSerializeXmlISerializeSupport  

Remarks

Represents the object for getting, setting, and composing cell-level style settings for a cell, column, row, or style model default.

This object is treated as a structure for the purposes of equality comparison.

Inheritance Hierarchy

System.Object
   FarPoint.Win.Spread.StyleInfo
      FarPoint.Win.Spread.NamedStyle

See Also