Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyleInfo Class
Properties Methods

In This Topic
    TableStyleInfo Class Members
    In This Topic

    The following tables list the members exposed by TableStyleInfo.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a System.Windows.Media.Brush object that describes the background for a cell.  
    Public PropertyGets or sets a System.String object that describes the background for a cell.  
    Public PropertyGets or sets the bottom border for a cell.  
    Public PropertyGets or sets the horizontal border for a cell.  
    Public PropertyGets or sets the left border for a cell.  
    Public PropertyGets or sets the right border for a cell.  
    Public PropertyGets or sets the top border for a cell.  
    Public PropertyGets or sets the vertical border for a cell.  
    Public PropertyGets or sets the degree to which a font is condensed or expanded.  
    Public PropertyGets or sets the font style for the cell.  
    Public PropertyGets or sets the font weight for the cell.  
    Public PropertyGets or sets an object that describes the foreground for a cell.  
    Public PropertyGets or sets a System.String object that describes the foreground for a cell.  
    Public PropertyGets a value that indicates whether style settings are set.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.  
    Public MethodDetermines whether the specified System.Object is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public MethodInitializes this instance.  
    Public MethodGets a value that indicates whether the background of the cell (Background property) is set.  
    Public MethodGets a value that indicates whether the background theme color of the cell (BackgroundThemeColor property) is set.  
    Public MethodGets a value that indicates whether the bottom cell border (Border property) is set.  
    Public MethodGets a value that indicates whether the horizontal cell border (Border property) is set.  
    Public MethodGets a value that indicates whether the left cell border (Border property) is set.  
    Public MethodGets a value that indicates whether the right cell border (Border property) is set.  
    Public MethodGets a value that indicates whether the top cell border (Border property) is set.  
    Public MethodGets a value that indicates whether the vertical cell border (Border property) is set.  
    Public MethodGets a value that indicates whether the font stretch setting of the cell (FontStretch property) is set.  
    Public MethodGets a value that indicates whether the font style setting of the cell (FontStyle property) is set.  
    Public MethodGets a value that indicates whether the font weight setting of the cell (FontWeight property) is set.  
    Public MethodGets a value that indicates whether the foreground of the cell (Foreground property) is set.  
    Public MethodGets a value that indicates whether the foreground theme color of the cell (ForegroundThemeColor property) is set.  
    Public MethodResets all the style settings in the StyleInfo object to the default settings.  
    Public MethodResets the Background property to its default value.  
    Public MethodResets the BackgroundThemeColor property to its default value.  
    Public MethodResets the BorderBottom property to its default value.  
    Public MethodResets the BorderHorizontal property to its default value.  
    Public MethodResets the BorderLeft property to its default value.  
    Public MethodResets the BorderRight property to its default value.  
    Public MethodResets the BorderTop property to its default value.  
    Public MethodResets the BorderVertical property to its default value.  
    Public MethodResets the FontStretch property to its default value.  
    Public MethodResets the FontStyle property to its default value.  
    Public MethodResets the FontWeight property to its default value.  
    Public MethodResets the Foreground property to its default value.  
    Public MethodResets the ForegroundThemeColor property to its default value.  
    Top
    See Also